Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c666 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options()
667 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options()
931 data->acdirmax = NFS_DEF_ACDIRMAX; in nfs_alloc_parsed_mount_data()
1397 mnt->acdirmax = option; in nfs_parse_mount_options()
1403 mnt->acdirmin = mnt->acdirmax = option; in nfs_parse_mount_options()
2039 args->acdirmax = data->acdirmax; in nfs23_validate_mount_data()
2229 data->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data()
2276 data->acdirmax = nfss->acdirmax / HZ; in nfs_remount()
2404 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()
2817 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.c681 server->acdirmax = data->acdirmax * HZ; in nfs_init_server()
762 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo()
831 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
Dfscache.h45 unsigned int acdirmax; member
Dnfs4client.c1122 server->acdirmax = data->acdirmax * HZ; in nfs4_init_server()
Dinternal.h92 acdirmin, acdirmax; member
/fs/
Dcompat.c729 compat_int_t acdirmax; member
757 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv()