Searched refs:acdirmax (Results 1 – 11 of 11) sorted by relevance
47 compat_int_t acdirmax; member75 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv()
37 int acdirmax; /* 1 */ member
39 int acdirmax; /* 1 */ member
659 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options()660 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options()924 data->acdirmax = NFS_DEF_ACDIRMAX; in nfs_alloc_parsed_mount_data()1390 mnt->acdirmax = option; in nfs_parse_mount_options()1396 mnt->acdirmin = mnt->acdirmax = option; in nfs_parse_mount_options()2049 args->acdirmax = data->acdirmax; in nfs23_validate_mount_data()2240 data->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data()2288 data->acdirmax = nfss->acdirmax / HZ; in nfs_remount()2417 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()2841 args->acdirmax = data->acdirmax; in nfs4_validate_mount_data()
45 unsigned int acdirmax; member
697 server->acdirmax = data->acdirmax * HZ; in nfs_init_server()773 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo()835 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
144 key->key.nfs_server.acdirmax = nfss->acdirmax; in nfs_fscache_get_super_cookie()
1088 server->acdirmax = data->acdirmax * HZ; in nfs4_init_server()
96 acdirmin, acdirmax; member
154 unsigned int acdirmax; member
285 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO()