Searched refs:dentries (Results 1 – 8 of 8) sorted by relevance
201 long dentries; in super_cache_scan() local220 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan()221 total_objects = dentries + inodes + fs_objects; in super_cache_scan()226 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan()237 sc->nr_to_scan = dentries + 1; in super_cache_scan()
1949 folio_release_kmap(ctl->folio, ctl->dentries); in ceph_readdir_cache_release()1983 ctl->dentries = kmap_local_folio(ctl->folio, 0); in fill_readdir_cache()1985 memset(ctl->dentries, 0, PAGE_SIZE); in fill_readdir_cache()1991 ctl->dentries[idx] = dn; in fill_readdir_cache()
155 cache_ctl->dentries = kmap_local_folio(cache_ctl->folio, 0); in __dcache_find_get_entry()165 dentry = cache_ctl->dentries[cache_ctl->index]; in __dcache_find_get_entry()
953 struct dentry **dentries; member
106 if two dentries have been found to have a common ancestor after taking
541 dentries is to always obtain the needed information from userspace - at
618 They allow to expose the same set of dentries with different ownership at
3903 struct dentry *dentries[ARRAY_SIZE(client_files)]; in create_client() local3925 client_files, dentries); in create_client()3926 clp->cl_nfsd_info_dentry = dentries[0]; in create_client()