Searched refs:max_cached_dirs (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 29 __u32 max_cached_dirs) in find_or_create_cached_dir() argument 49 if (cfids->num_entries >= max_cached_dirs) { in find_or_create_cached_dir() 186 cfid = find_or_create_cached_dir(cfids, path, lookup_only, tcon->max_cached_dirs); in open_cached_dir()
|
| H A D | fs_context.h | 328 unsigned int max_cached_dirs; member
|
| H A D | cifsfs.c | 791 if (tcon->max_cached_dirs != MAX_CACHED_FIDS) in cifs_show_options() 792 seq_printf(s, ",max_cached_dirs=%u", tcon->max_cached_dirs); in cifs_show_options()
|
| H A D | fs_context.c | 164 fsparam_u32("max_cached_dirs", Opt_max_cached_dirs), 1535 cifs_errorf(fc, "%s: Invalid max_cached_dirs, needs to be 1 or more\n", in smb3_fs_context_parse_param() 1539 ctx->max_cached_dirs = result.uint_32; in smb3_fs_context_parse_param() 2018 ctx->max_cached_dirs = MAX_CACHED_FIDS; in smb3_init_fs_context()
|
| H A D | cifsglob.h | 1282 __u32 max_cached_dirs; 1280 __u32 max_cached_dirs; global() member
|
| H A D | connect.c | 2882 tcon->max_cached_dirs = ctx->max_cached_dirs; in cifs_get_tcon()
|