Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx4/
H A Dsysfs.c269 port->dentr_ar->dentries[i].entry_num = i; in add_port_entries()
270 ret = create_sysfs_entry(port, &port->dentr_ar->dentries[i], in add_port_entries()
287 port->dentr_ar->dentries[attr.gid_tbl_len + i].entry_num = i; in add_port_entries()
289 &port->dentr_ar->dentries[attr.gid_tbl_len + i], in add_port_entries()
306 port->dentr_ar->dentries[2 * attr.gid_tbl_len + i].entry_num = i; in add_port_entries()
308 &port->dentr_ar->dentries[2 * attr.gid_tbl_len + i], in add_port_entries()
/linux/fs/
H A Dsuper.c185 long dentries; in super_cache_scan() local
204 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan()
205 total_objects = dentries + inodes + fs_objects; in super_cache_scan()
210 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan()
221 sc->nr_to_scan = dentries + 1; in super_cache_scan()
/linux/Documentation/filesystems/
H A Dvfs.rst37 most computers cannot fit all dentries in the RAM at the same time, some
39 dentry, the VFS may have to resort to creating dentries along the way,
52 dentries (hard links, for example, do this).
653 negative or needs lookup. Cached positive dentries are still
1270 dentries in the dcache are valid. Network filesystems are
1324 However, our vfsmount is pinned, and RCU held, so the dentries
1355 filesystems probably dont want to use it, because their dentries
1417 of the underlying dentries of a regular file hidden by the overlay.
1432 however, it does not guarantee that attached dentries won't
1445 of child dentries. Child dentries are basically like files in a
[all …]
H A Dporting.rst365 unreferenced dentries, and is now only called when the dentry refcount goes to
412 atomic operations and scalability hazards on dentries and inodes (see
1105 ->d_delete() instances are now called for dentries with ->d_lock held
1122 half-killed dentries that might be seen there; taking ->d_lock on those will
1273 ->d_op for different dentries - if not, just use set_default_d_op()
1275 thing that really needs ->d_op varying between dentries.
H A Dramfs-rootfs-initramfs.rst28 dentries and page cache as usual, but there's nowhere to write them to.
46 as creating and destroying dentries. Plus it needed a filesystem driver
H A Df2fs.rst151 dentries is limited to ~3.4k.
687 dentries(11 * 214 bytes) + file name (8 * 214 bytes)
697 | bitmap | reserved | dentries | file names |
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
H A Dfscrypt.rst38 line with unencrypted files. Similarly, half as many dentries and
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst249 reclaimable slab objects like dentries and inodes. Once dropped, their
256 To free reclaimable slab objects (includes dentries and inodes)::
271 (inodes, dentries, pagecache, etc...) These objects are automatically
1028 will attempt to reclaim dentries and inodes at a "fair" rate with respect to
1031 the kernel will never reclaim dentries and inodes due to memory pressure and
1033 beyond vfs_cache_pressure_denom causes the kernel to prefer to reclaim dentries
/linux/fs/ceph/
H A Dinode.c1907 folio_release_kmap(ctl->folio, ctl->dentries); in ceph_readdir_cache_release()
1941 ctl->dentries = kmap_local_folio(ctl->folio, 0); in fill_readdir_cache()
1943 memset(ctl->dentries, 0, PAGE_SIZE); in fill_readdir_cache()
1949 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.h923 struct dentry **dentries; member
/linux/fs/nfsd/
H A Dnfs4state.c3278 struct dentry *dentries[ARRAY_SIZE(client_files)]; in create_client() local
3300 client_files, dentries); in create_client()
3301 clp->cl_nfsd_info_dentry = dentries[0]; in create_client()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst333 such as for inodes and dentries evenly over all the nodes that the
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1286 - Kernel data structures such as dentries and inodes.
1631 dentries and inodes.