/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 10 dentries via open file descriptors or cwd/root. However remote 26 and dentries will be termed "exportable". 57 This is set when anonymous dentries are created, and cleared when a 68 subtree is successfully reconnected to root. Until then dentries 71 dentries. That guarantees that we won't need to hunt them down upon 79 c/ Helper routines to allocate anonymous dentries, and to help attach 80 loose directory dentries at lookup time. They are:
|
/Linux-v4.19/fs/reiserfs/ |
D | xattr.c | 188 struct dentry *dentries[8]; member 201 if (dbuf->count == ARRAY_SIZE(dbuf->dentries)) in fill_with_dentries() 221 dbuf->dentries[dbuf->count++] = dentry; in fill_with_dentries() 231 if (buf->dentries[i]) in cleanup_dentry_buf() 232 dput(buf->dentries[i]); in cleanup_dentry_buf() 267 for (i = 0; !err && i < buf.count && buf.dentries[i]; i++) { in reiserfs_for_each_xattr() 268 struct dentry *dentry = buf.dentries[i]; in reiserfs_for_each_xattr() 274 buf.dentries[i] = NULL; in reiserfs_for_each_xattr()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 267 port->dentr_ar->dentries[i].entry_num = i; in add_port_entries() 268 ret = create_sysfs_entry(port, &port->dentr_ar->dentries[i], in add_port_entries() 285 port->dentr_ar->dentries[attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 287 &port->dentr_ar->dentries[attr.gid_tbl_len + i], in add_port_entries() 304 port->dentr_ar->dentries[2 * attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 306 &port->dentr_ar->dentries[2 * attr.gid_tbl_len + i], in add_port_entries()
|
D | mlx4_ib.h | 547 struct mlx4_ib_iov_sysfs_attr dentries[3 * NUM_ALIAS_GUID_PER_PORT + 1]; member
|
/Linux-v4.19/fs/ |
D | super.c | 65 long dentries; in super_cache_scan() local 84 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 85 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 90 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan() 101 sc->nr_to_scan = dentries + 1; in super_cache_scan()
|
/Linux-v4.19/Documentation/filesystems/ |
D | path-lookup.txt | 19 as many cached path component dentries as possible. This significantly 36 even stores into cachelines of common dentries). This is known as "rcu-walk" 108 expensive and also problematic for directory dentries. Latency would be far to 116 the remaining dentries on the list. 183 reference counts on intermediate dentries along the path. To do this, a per
|
D | vfs.txt | 39 most computers cannot fit all dentries in the RAM at the same time, 41 into a dentry, the VFS may have to resort to creating dentries along 55 dentries (hard links, for example, do this). 503 the last component is negative or needs lookup. Cached positive dentries 1015 dentries in the dcache are valid. Network filesystems are different 1062 However, our vfsmount is pinned, and RCU held, so the dentries and 1088 dont want to use it, because their dentries are present in global 1143 the underlying dentries hidden by the overlay. It is used in two 1154 of child dentries. Child dentries are basically like files in a 1162 manipulate dentries: [all …]
|
D | ceph.txt | 41 directories, allowing entire directories of dentries and inodes to be
|
D | f2fs.txt | 134 dentries is limited to ~3.4k. 523 dentries(11 * 214 bytes) + file name (8 * 214 bytes) 533 | bitmap | reserved | dentries | file names |
|
D | ramfs-rootfs-initramfs.txt | 23 dentries and page cache as usual, but there's nowhere to write them to. 41 as creating and destroying dentries. Plus it needed a filesystem driver
|
D | porting | 325 unreferenced dentries, and is now only called when the dentry refcount goes to 365 atomic operations and scalability hazards on dentries and inodes (see
|
D | orangefs.txt | 514 dentries is to always obtain the needed information from userspace - at
|
D | fscrypt.rst | 38 unencrypted files. Similarly, half as many dentries and inodes are
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 208 reclaimable slab objects like dentries and inodes. Once dropped, their 213 To free reclaimable slab objects (includes dentries and inodes): 225 (inodes, dentries, pagecache, etc...) These objects are automatically 845 reclaim dentries and inodes at a "fair" rate with respect to pagecache and 848 never reclaim dentries and inodes due to memory pressure and this can easily 850 causes the kernel to prefer to reclaim dentries and inodes.
|
/Linux-v4.19/fs/ceph/ |
D | dir.c | 143 cache_ctl->dentries = kmap(cache_ctl->page); in __dcache_find_get_entry() 153 dentry = cache_ctl->dentries[cache_ctl->index]; in __dcache_find_get_entry()
|
D | inode.c | 1497 ctl->dentries = kmap(ctl->page); in fill_readdir_cache() 1499 memset(ctl->dentries, 0, PAGE_SIZE); in fill_readdir_cache() 1505 ctl->dentries[idx] = dn; in fill_readdir_cache()
|
D | super.h | 745 struct dentry **dentries; member
|
/Linux-v4.19/Documentation/process/ |
D | kernel-docs.rst | 104 dentries, dcache. 292 Linux VFS layer. Covers version 2.1.x, with dentries and the
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 986 - Kernel data structures such as dentries and inodes. 1187 dentries and inodes.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cpusets.txt | 317 such as for inodes and dentries evenly over all the nodes that the
|