Home
last modified time | relevance | path

Searched refs:acdirmax (Results 1 – 7 of 7) sorted by relevance

/fs/nfs/
Dsuper.c664 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options()
665 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options()
927 data->acdirmax = NFS_DEF_ACDIRMAX; in nfs_alloc_parsed_mount_data()
1380 mnt->acdirmax = option; in nfs_parse_mount_options()
1386 mnt->acdirmin = mnt->acdirmax = option; in nfs_parse_mount_options()
2017 args->acdirmax = data->acdirmax; in nfs23_validate_mount_data()
2208 data->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data()
2255 data->acdirmax = nfss->acdirmax / HZ; in nfs_remount()
2383 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()
2790 args->acdirmax = data->acdirmax; in nfs4_validate_mount_data()
Dfscache.c91 key->key.nfs_server.acdirmax = nfss->acdirmax; in nfs_fscache_get_super_cookie()
Dclient.c679 server->acdirmax = data->acdirmax * HZ; in nfs_init_server()
760 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo()
828 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
Dfscache.h45 unsigned int acdirmax; member
Dnfs4client.c1018 server->acdirmax = data->acdirmax * HZ; in nfs4_init_server()
Dinternal.h86 acdirmin, acdirmax; member
/fs/
Dcompat.c743 compat_int_t acdirmax; member
771 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv()