Searched refs:nfs (Results 1 - 25 of 208) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A DMakefile2 # Makefile for the Linux nfs filesystem routines.
5 obj-$(CONFIG_NFS_FS) += nfs.o
7 nfs-y := client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \
11 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
12 nfs-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o
13 nfs-$(CONFIG_NFS_V3_ACL) += nfs3acl.o
14 nfs-$(CONFIG_NFS_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o \
18 nfs-$(CONFIG_SYSCTL) += sysctl.o
19 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
H A Dsymlink.c2 * linux/fs/nfs/symlink.c
10 * nfs symlink handling code
16 #include <linux/nfs.h>
H A Dnfs4renewd.c2 * fs/nfs/nfs4renewd.c
46 #include <linux/nfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs_i.h6 #include <linux/nfs.h>
H A Dnfs_mount.h9 * structure passed from user-space to kernel-space during an nfs mount
12 #include <linux/nfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dlocktest2.c66 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
75 slprintf(path, sizeof(path), "%s%s", nfs, fname);
196 char *nfs[NSERVERS],
227 char *nfs[NSERVERS],
283 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
300 char *nfs[NSERVERS],
320 char *nfs[NSERVERS],
329 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
341 char *nfs[NSERVERS],
353 !test_one(cli, nfs, fnu
195 reconnect(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], char *share1, char *share2) argument
226 test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
299 close_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
319 open_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
340 retest(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
368 char *nfs[NSERVERS]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/tools/
H A DMakefile57 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A DMakefile54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A DMakefile57 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr4.h13 #include <linux/nfs.h>
H A Dxdr.h13 #include <linux/nfs.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c384 mountp( char *file, int *nfs) argument
407 /* check for nfs. we probably should use
411 *nfs = 1;
429 special( char *file, int *nfs) argument
438 /* XXX: does this really detect an nfs mounted fs? */
440 *nfs = 1;
448 special(char *file, int *nfs) argument
461 /* XXX: make sure this really detects an nfs mounted fs */
464 *nfs = 1;
471 special(char *file, int *nfs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A DMakefile74 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/krb5/
H A DMakefile76 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/krb5/
H A DMakefile76 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dver_linux59 showmount --version 2>&1 | grep nfs-utils | awk \
60 'NR==1{print "nfs-utils ", $NF}'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pqueue/
H A DMakefile75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A DMakefile75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A DMakefile83 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ripemd/
H A DMakefile83 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A DMakefile75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A DMakefile75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A DMakefile88 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A DMakefile73 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

Completed in 286 milliseconds

123456789