Searched refs:acdirmax (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs4_mount.h36 int acdirmax; /* 1 */ member in struct:nfs4_mount_data
H A Dnfs_mount.h38 int acdirmax; /* 1 */ member in struct:nfs_mount_data
H A Dnfs_fs_sb.h120 unsigned int acdirmax; member in struct:nfs_server
H A Dnfs_fs.h131 * attrtimeo (up to acregmax/acdirmax), a failure resets it to
265 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfsroot.c144 {Opt_acdirmax, "acdirmax=%u"},
225 nfs_data.acdirmax = option;
306 nfs_data.acdirmax = NFS_DEF_ACDIRMAX;
353 nfs_data.acdirmin, nfs_data.acdirmax);
H A Dfscache.h45 unsigned int acdirmax; member in struct:nfs_fscache_key::__anon16745::__anon16747
H A Dsuper.c155 { Opt_acdirmax, "acdirmax=%s" },
638 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults)
639 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ);
807 data->acdirmax = NFS_DEF_ACDIRMAX;
1187 mnt->acdirmax = option;
1198 mnt->acdirmin = mnt->acdirmax = option;
1809 args->acdirmax = data->acdirmax;
1951 data->acdirmax !
[all...]
H A Dfscache.c94 key->key.nfs_server.acdirmax = nfss->acdirmax;
H A Dinternal.h67 acdirmin, acdirmax; member in struct:nfs_parsed_mount_data
H A Dclient.c832 server->acdirmax = data->acdirmax * HZ;
911 server->acdirmin = server->acdirmax = 0;
974 target->acdirmax = source->acdirmax;
1384 server->acdirmax = data->acdirmax * HZ;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c508 int acdirmax; /* 1 */ member in struct:nfs_mount_data
864 data.acdirmax = 60;
896 /* 7 */ "acdirmax\0"
934 case 7: // "acdirmax"
935 data.acdirmax = val;
941 data.acdirmax = val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c795 compat_int_t acdirmax; member in struct:compat_nfs4_mount_data_v1
823 real->acdirmax = raw->acdirmax;

Completed in 770 milliseconds