/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fs_context.c | 118 fsparam_u32 ("acdirmax", Opt_acdirmax), 603 ctx->acdirmax = result.uint_32; in nfs_fs_context_parse_param() 609 ctx->acdirmax = result.uint_32; in nfs_fs_context_parse_param() 962 ctx->acdirmax = data->acdirmax; in nfs23_parse_monolithic() 1077 compat_int_t acdirmax; member 1102 data->acdirmax = compat->acdirmax; in nfs4_compat_mount_data_conv() 1192 ctx->acdirmax = data->acdirmax; in nfs4_parse_monolithic() [all...] |
H A D | super.c | 458 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options() 459 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options() 973 ctx->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data() 1095 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()
|
H A D | fscache.h | 41 unsigned int acdirmax; member
|
H A D | client.c | 714 server->acdirmax = ctx->acdirmax * HZ; in nfs_init_server() 792 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo() 869 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
|
H A D | fscache.c | 138 key->key.nfs_server.acdirmax = nfss->acdirmax; in nfs_fscache_get_super_cookie()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | fs_context.c | 141 fsparam_u32 ("acdirmax", Opt_acdirmax), 704 ctx->acdirmax = result.uint_32; in nfs_fs_context_parse_param() 710 ctx->acdirmax = result.uint_32; in nfs_fs_context_parse_param() 1111 ctx->acdirmax = data->acdirmax; in nfs23_parse_monolithic() 1229 compat_int_t acdirmax; member 1254 data->acdirmax = compat->acdirmax; in nfs4_compat_mount_data_conv() 1345 ctx->acdirmax = data->acdirmax; in nfs4_parse_monolithic() [all...] |
H A D | super.c | 470 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options() 471 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options() 992 ctx->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data() 1121 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()
|
H A D | client.c | 732 server->acdirmax = ctx->acdirmax * HZ; in nfs_init_server() 811 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo() 920 target->acdirmax = source->acdirmax; in nfs_server_copy_userdata()
|
H A D | fscache.c | 116 !nfs_append_int(key, &len, nfss->acdirmax) || in nfs_fscache_get_super_cookie()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfs4_mount.h | 37 int acdirmax; /* 1 */ member
|
H A D | nfs_mount.h | 39 int acdirmax; /* 1 */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfs4_mount.h | 37 int acdirmax; /* 1 */ member
|
H A D | nfs_mount.h | 39 int acdirmax; /* 1 */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfs4_mount.h | 36 int acdirmax; member
|
H A D | nfs_mount.h | 39 int acdirmax; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs4_mount.h | 23 int acdirmax; member
|
H A D | nfs_mount.h | 26 int acdirmax; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfs4_mount.h | 36 int acdirmax; member
|
H A D | nfs_mount.h | 39 int acdirmax; member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.c | 148 fsparam_u32("acdirmax", Opt_acdirmax), 1147 ctx->acdirmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1148 if (ctx->acdirmax > CIFS_MAX_ACTIMEO) { in smb3_fs_context_parse_param() 1149 cifs_errorf(fc, "acdirmax too large\n"); in smb3_fs_context_parse_param() 1158 if ((ctx->acdirmax != CIFS_DEF_ACTIMEO) || in smb3_fs_context_parse_param() 1160 cifs_errorf(fc, "actimeo ignored since acregmax or acdirmax specified\n"); in smb3_fs_context_parse_param() 1163 ctx->acdirmax = ctx->acregmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1631 ctx->acdirmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
|
H A D | fs_context.h | 251 unsigned long acdirmax; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 174 unsigned int acdirmax; member
|
H A D | nfs_fs.h | 132 * attrtimeo (up to acregmax/acdirmax), a failure resets it to 305 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 178 unsigned int acdirmax; member
|
H A D | nfs_fs.h | 149 * attrtimeo (up to acregmax/acdirmax), a failure resets it to 361 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO()
|