Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dcompat.c47 compat_int_t acdirmax; member
75 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv()
/linux-4.19.296/include/uapi/linux/
Dnfs4_mount.h37 int acdirmax; /* 1 */ member
Dnfs_mount.h39 int acdirmax; /* 1 */ member
/linux-4.19.296/fs/nfs/
Dsuper.c659 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()
Dfscache.h45 unsigned int acdirmax; member
Dclient.c697 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()
Dfscache.c144 key->key.nfs_server.acdirmax = nfss->acdirmax; in nfs_fscache_get_super_cookie()
Dnfs4client.c1088 server->acdirmax = data->acdirmax * HZ; in nfs4_init_server()
Dinternal.h96 acdirmin, acdirmax; member
/linux-4.19.296/include/linux/
Dnfs_fs_sb.h154 unsigned int acdirmax; member
Dnfs_fs.h285 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO()