Searched refs:acregmax (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 698 ctx->acregmax = result.uint_32; in nfs_fs_context_parse_param() 708 ctx->acregmax = result.uint_32; in nfs_fs_context_parse_param() 1109 ctx->acregmax = data->acregmax; in nfs23_parse_monolithic() 1230 compat_int_t acregmax; member 1259 data->acregmax = compat->acregmax; in nfs4_compat_mount_data_conv() 1346 ctx->acregmax = data->acregmax; in nfs4_parse_monolithic() 1607 ctx->acregmax = nfss->acregmax / HZ; in nfs_init_fs_context() 1631 ctx->acregmax = NFS_DEF_ACREGMAX; in nfs_init_fs_context()
|
H A D | super.c | 468 if (nfss->acregmax != NFS_DEF_ACREGMAX*HZ || showdefaults) in nfs_show_mount_options() 469 seq_printf(m, ",acregmax=%u", nfss->acregmax/HZ); in nfs_show_mount_options() 1000 ctx->acregmax != nfss->acregmax / HZ || in nfs_compare_remount_data() 1127 if (a->acregmax != b->acregmax) in nfs_compare_mount_options()
|
H A D | client.c | 731 server->acregmax = ctx->acregmax * HZ; in nfs_init_server() 811 server->acregmin = server->acregmax = 0; in nfs_server_set_fsinfo() 919 target->acregmax = source->acregmax; in nfs_server_copy_userdata()
|
H A D | fscache.c | 114 !nfs_append_int(key, &len, nfss->acregmax) || in nfs_fscache_get_super_cookie()
|
H A D | nfs4client.c | 1190 server->acregmax = ctx->acregmax * HZ; in nfs4_init_server()
|
H A D | internal.h | 100 unsigned int acregmin, acregmax; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | nfs4_mount.h | 35 int acregmax; /* 1 */ member
|
H A D | nfs_mount.h | 37 int acregmax; /* 1 */ member
|
/openbmc/linux/include/linux/ |
H A D | nfs_fs_sb.h | 176 unsigned int acregmax; 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 | 264 unsigned long acregmax; member
|
H A D | fs_context.c | 1265 ctx->acregmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1266 if (ctx->acregmax > CIFS_MAX_ACTIMEO) { in smb3_fs_context_parse_param() 1284 (ctx->acregmax != CIFS_DEF_ACTIMEO)) { in smb3_fs_context_parse_param() 1288 ctx->acdirmax = ctx->acregmax = HZ * result.uint_32; in smb3_fs_context_parse_param() 1773 ctx->acregmax = 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() 725 seq_printf(s, ",actimeo=%lu", cifs_sb->ctx->acregmax / HZ); in cifs_show_options() 728 seq_printf(s, ",acregmax=%lu", cifs_sb->ctx->acregmax / HZ); in cifs_show_options()
|
H A D | inode.c | 2509 if (!cifs_sb->ctx->acregmax) 2512 cifs_i->time + cifs_sb->ctx->acregmax))
|
H A D | connect.c | 2872 if (old->ctx->acregmax != new->ctx->acregmax) in compare_mount_options()
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfsroot.rst | 82 acregmax = 60
|