Home
last modified time | relevance | path

Searched refs:dentries (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Dsuper.c201 long dentries; in super_cache_scan() local
220 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()
/linux/fs/ceph/
H A Dinode.c1949 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()
H A Ddir.c155 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()
H A Dsuper.h953 struct dentry **dentries; member
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst106 if two dentries have been found to have a common ancestor after taking
H A Dorangefs.rst541 dentries is to always obtain the needed information from userspace - at
H A Didmappings.rst618 They allow to expose the same set of dentries with different ownership at
/linux/fs/nfsd/
H A Dnfs4state.c3903 struct dentry *dentries[ARRAY_SIZE(client_files)]; in create_client() local
3925 client_files, dentries); in create_client()
3926 clp->cl_nfsd_info_dentry = dentries[0]; in create_client()