Home
last modified time | relevance | path

Searched refs:max_cached_dirs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcached_dir.c28 __u32 max_cached_dirs) in find_or_create_cached_dir() argument
53 if (cfids->num_entries >= max_cached_dirs) { in find_or_create_cached_dir()
188 cfid = find_or_create_cached_dir(cfids, path, lookup_only, tcon->max_cached_dirs); in open_cached_dir()
H A Dfs_context.h279 unsigned int max_cached_dirs; member
H A Dfs_context.c1328 ctx->max_cached_dirs = result.uint_32; in smb3_fs_context_parse_param()
1776 ctx->max_cached_dirs = MAX_CACHED_FIDS; in smb3_init_fs_context()
H A Dcifsfs.c716 if (tcon->max_cached_dirs != MAX_CACHED_FIDS) in cifs_show_options()
717 seq_printf(s, ",max_cached_dirs=%u", tcon->max_cached_dirs); in cifs_show_options()
H A Dcifsglob.h1278 __u32 max_cached_dirs; member
H A Dconnect.c2789 tcon->max_cached_dirs = ctx->max_cached_dirs; in cifs_get_tcon()