Searched refs:acdirmax (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 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() 1232 compat_int_t acdirmax; member 1257 data->acdirmax = compat->acdirmax; in nfs4_compat_mount_data_conv() 1348 ctx->acdirmax = data->acdirmax; in nfs4_parse_monolithic() 1609 ctx->acdirmax = nfss->acdirmax / HZ; in nfs_init_fs_context() 1633 ctx->acdirmax = NFS_DEF_ACDIRMAX; in nfs_init_fs_context()
|
H A D | super.c | 472 if (nfss->acdirmax != NFS_DEF_ACDIRMAX*HZ || showdefaults) in nfs_show_mount_options() 473 seq_printf(m, ",acdirmax=%u", nfss->acdirmax/HZ); in nfs_show_mount_options() 1002 ctx->acdirmax != nfss->acdirmax / HZ || in nfs_compare_remount_data() 1131 if (a->acdirmax != b->acdirmax) in nfs_compare_mount_options()
|
H A D | client.c | 733 server->acdirmax = ctx->acdirmax * HZ; in nfs_init_server() 812 server->acdirmin = server->acdirmax = 0; in nfs_server_set_fsinfo() 921 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()
|
H A D | nfs4client.c | 1192 server->acdirmax = ctx->acdirmax * HZ; in nfs4_init_server()
|
H A D | internal.h | 101 unsigned int acdirmin, acdirmax; member
|
/openbmc/linux/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
|
/openbmc/linux/include/linux/ |
H A D | nfs_fs_sb.h | 178 unsigned int acdirmax; member
|
H A D | nfs_fs.h | 361 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO()
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.h | 265 unsigned long acdirmax; member
|
H A D | fs_context.c | 149 fsparam_u32("acdirmax", Opt_acdirmax), 1277 cifs_errorf(fc, "acdirmax too large\n"); in smb3_fs_context_parse_param() 1280 ctx->acdirmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1287 if ((ctx->acdirmax != CIFS_DEF_ACTIMEO) || in smb3_fs_context_parse_param() 1289 cifs_errorf(fc, "actimeo ignored since acregmax or acdirmax specified\n"); in smb3_fs_context_parse_param() 1292 ctx->acdirmax = ctx->acregmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1778 ctx->acdirmax = CIFS_DEF_ACTIMEO; in smb3_init_fs_context()
|
H A D | cifsfs.c | 724 if (cifs_sb->ctx->acdirmax == cifs_sb->ctx->acregmax) in cifs_show_options() 727 seq_printf(s, ",acdirmax=%lu", cifs_sb->ctx->acdirmax / HZ); in cifs_show_options()
|
H A D | inode.c | 2516 if (!cifs_sb->ctx->acdirmax) 2519 cifs_i->time + cifs_sb->ctx->acdirmax))
|
H A D | connect.c | 2882 if (old->ctx->acdirmax != new->ctx->acdirmax) in compare_mount_options()
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfsroot.rst | 84 acdirmax = 60
|