Searched refs:max_cached_dirs (Results 1 – 3 of 3) sorted by relevance
28 __u32 max_cached_dirs) in find_or_create_cached_dir() argument53 if (cfids->num_entries >= max_cached_dirs) { in find_or_create_cached_dir()190 cfid = find_or_create_cached_dir(cfids, path, lookup_only, tcon->max_cached_dirs); in open_cached_dir()
753 if (tcon->max_cached_dirs != MAX_CACHED_FIDS) in cifs_show_options()754 seq_printf(s, ",max_cached_dirs=%u", tcon->max_cached_dirs); in cifs_show_options()
1313 __u32 max_cached_dirs; member