!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 3.84 GB of 27.03 GB (14.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     nfs_fs.h (2.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
*  linux/include/linux/nfs_fs.h
*
*  Copyright (C) 1992  Rick Sladkey
*
*  OS-specific nfs filesystem definitions and declarations
*/

#ifndef _LINUX_NFS_FS_H
#define _LINUX_NFS_FS_H

#include <linux/config.h>
#include <linux/in.h>
#include <linux/pagemap.h>

#include <linux/sunrpc/debug.h>
#include <linux/sunrpc/auth.h>

#include <linux/nfs.h>
#include <linux/nfs2.h>
#include <linux/nfs3.h>
#include <linux/nfs_xdr.h>

/*
* Enable debugging support for nfs client.
* Requires RPC_DEBUG.
*/
#ifdef RPC_DEBUG
# define NFS_DEBUG
#endif

/*
* NFS_MAX_DIRCACHE controls the number of simultaneously cached
* directory chunks. Each chunk holds the list of nfs_entry's returned
* in a single readdir call in a memory region of size PAGE_SIZE.
*
* Note that at most server->rsize bytes of the cache memory are used.
*/
#define NFS_MAX_DIRCACHE        16

#define NFS_MAX_FILE_IO_BUFFER_SIZE    32768
#define NFS_DEF_FILE_IO_BUFFER_SIZE    4096

/*
* The upper limit on timeouts for the exponential backoff algorithm.
*/
#define NFS_MAX_RPC_TIMEOUT        (6*HZ)
#define NFS_READ_DELAY            (2*HZ)
#define NFS_WRITEBACK_DELAY        (5*HZ)
#define NFS_WRITEBACK_LOCKDELAY        (60*HZ)
#define NFS_COMMIT_DELAY        (5*HZ)

/*
* Size of the lookup cache in units of number of entries cached.
* It is better not to make this too large although the optimum
* depends on a usage and environment.
*/
#define NFS_LOOKUP_CACHE_SIZE        64

/*
* superblock magic number for NFS
*/
#define NFS_SUPER_MAGIC            0x6969


/*
* These are the default flags for swap requests
*/
#define NFS_RPC_SWAPFLAGS        (RPC_TASK_SWAPPER|RPC_TASK_ROOTCREDS)

/* Flags in the RPC client structure */
#define NFS_CLNTF_BUFSIZE    0x0001    /* readdir buffer in longwords */

#define NFS_RW_SYNC        0x0001    /* O_SYNC handling */
#define NFS_RW_SWAP        0x0002    /* This is a swap request */

/*
* When flushing a cluster of dirty pages, there can be different
* strategies:
*/
#define FLUSH_AGING        0    /* only flush old buffers */
#define FLUSH_SYNC        1    /* file being synced, or contention */
#define FLUSH_WAIT        2    /* wait for completion */
#define FLUSH_STABLE        4    /* commit to stable storage */


/*
* NFS debug flags
*/
#define NFSDBG_VFS        0x0001
#define NFSDBG_DIRCACHE        0x0002
#define NFSDBG_LOOKUPCACHE    0x0004
#define NFSDBG_PAGECACHE    0x0008
#define NFSDBG_PROC        0x0010
#define NFSDBG_XDR        0x0020
#define NFSDBG_FILE        0x0040
#define NFSDBG_ROOT        0x0080
#define NFSDBG_ALL        0xFFFF

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0034 ]--