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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnfs_fs_i.h6 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/nfsd/
H A Dconst.h12 #include <linux/nfs.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dlocktest2.c65 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
80 if (asprintf(&path, "%s%s", nfs, fname) > 0) {
207 char *nfs[NSERVERS],
238 char *nfs[NSERVERS],
294 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
311 char *nfs[NSERVERS],
331 char *nfs[NSERVERS],
340 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
352 char *nfs[NSERVERS],
364 !test_one(cli, nfs, fnu
206 reconnect(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], char *share1, char *share2) argument
237 test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
310 close_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
330 open_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
351 retest(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
379 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dlocktest2.c65 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
80 if (asprintf(&path, "%s%s", nfs, fname) > 0) {
207 char *nfs[NSERVERS],
238 char *nfs[NSERVERS],
294 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
311 char *nfs[NSERVERS],
331 char *nfs[NSERVERS],
340 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
352 char *nfs[NSERVERS],
364 !test_one(cli, nfs, fnu
206 reconnect(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], char *share1, char *share2) argument
237 test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
310 close_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
330 open_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
351 retest(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
379 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/
H A Dlocktest2.c64 static int try_open(struct smbcli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
74 asprintf(&path, "%s%s", nfs, fname);
191 char *nfs[NSERVERS],
227 char *nfs[NSERVERS],
281 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
297 char *nfs[NSERVERS],
317 char *nfs[NSERVERS],
326 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
338 char *nfs[NSERVERS],
350 !test_one(cli, nfs, fnu
189 reconnect(TALLOC_CTX *mem_ctx, struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], const char **ports, struct smbcli_options *options, struct smbcli_session_options *session_options, struct gensec_settings *gensec_settings, struct tevent_context *ev, char *share1, char *share2) argument
226 test_one(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
296 close_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
316 open_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
337 retest(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
371 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/
H A Dlocktest2.c64 static int try_open(struct smbcli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
74 asprintf(&path, "%s%s", nfs, fname);
191 char *nfs[NSERVERS],
227 char *nfs[NSERVERS],
281 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
297 char *nfs[NSERVERS],
317 char *nfs[NSERVERS],
326 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
338 char *nfs[NSERVERS],
350 !test_one(cli, nfs, fnu
189 reconnect(TALLOC_CTX *mem_ctx, struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], const char **ports, struct smbcli_options *options, struct smbcli_session_options *session_options, struct gensec_settings *gensec_settings, struct tevent_context *ev, char *share1, char *share2) argument
226 test_one(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
296 close_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
316 open_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
337 retest(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
371 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/
H A Dlocktest2.c64 static int try_open(struct smbcli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
74 asprintf(&path, "%s%s", nfs, fname);
191 char *nfs[NSERVERS],
227 char *nfs[NSERVERS],
281 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
297 char *nfs[NSERVERS],
317 char *nfs[NSERVERS],
326 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
338 char *nfs[NSERVERS],
350 !test_one(cli, nfs, fnu
189 reconnect(TALLOC_CTX *mem_ctx, struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], const char **ports, struct smbcli_options *options, struct smbcli_session_options *session_options, struct gensec_settings *gensec_settings, struct tevent_context *ev, char *share1, char *share2) argument
226 test_one(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
296 close_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
316 open_files(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
337 retest(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
371 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dlocktest2.c65 static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) argument
80 if (asprintf(&path, "%s%s", nfs, fname) > 0) {
207 char *nfs[NSERVERS],
238 char *nfs[NSERVERS],
294 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
311 char *nfs[NSERVERS],
331 char *nfs[NSERVERS],
340 fnum[server][fstype][conn][f] = try_open(cli[server][conn], nfs[server], fstype, FILENAME,
352 char *nfs[NSERVERS],
364 !test_one(cli, nfs, fnu
206 reconnect(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], char *share1, char *share2) argument
237 test_one(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], struct record *rec) argument
310 close_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
330 open_files(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES]) argument
351 retest(struct cli_state *cli[NSERVERS][NCONNECTIONS], char *nfs[NSERVERS], int fnum[NSERVERS][NUMFSTYPES][NCONNECTIONS][NFILES], int n) argument
379 char *nfs[NSERVERS]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Dmkcasfw.c94 struct fwhdr_nfs nfs; member in union:file_hdr
743 tmp.nfs.type = HOST_TO_LE32(header.nfs.type);
744 tmp.nfs.id = HOST_TO_LE32(header.nfs.id);
745 tmp.nfs.kernel_offs = HOST_TO_LE32(sizeof(tmp.nfs));
746 tmp.nfs.kernel_size = HOST_TO_LE32(kernel_image.out_size);
747 tmp.nfs.kernel_csum = HOST_TO_LE32(kernel_image.csum);
748 tmp.nfs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/tools/
H A DMakefile55 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/tools/
H A DMakefile57 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr4.h13 #include <linux/nfs.h>

Completed in 227 milliseconds

1234567891011>>