/linux-4.4.14/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 61 b/ A per-superblock list "s_anon" of dentries which are the roots of 62 subtrees that are not in the proper prefix. These dentries, as 64 these dentries will not be hashed, they are linked together on the 67 c/ Helper routines to allocate anonymous dentries, and to help attach 68 loose directory dentries at lookup time. They are:
|
/linux-4.4.14/fs/reiserfs/ |
D | xattr.c | 187 struct dentry *dentries[8]; member 200 if (dbuf->count == ARRAY_SIZE(dbuf->dentries)) in fill_with_dentries() 220 dbuf->dentries[dbuf->count++] = dentry; in fill_with_dentries() 230 if (buf->dentries[i]) in cleanup_dentry_buf() 231 dput(buf->dentries[i]); in cleanup_dentry_buf() 266 for (i = 0; !err && i < buf.count && buf.dentries[i]; i++) { in reiserfs_for_each_xattr() 267 struct dentry *dentry = buf.dentries[i]; in reiserfs_for_each_xattr() 273 buf.dentries[i] = NULL; in reiserfs_for_each_xattr()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 266 port->dentr_ar->dentries[i].entry_num = i; in add_port_entries() 267 ret = create_sysfs_entry(port, &port->dentr_ar->dentries[i], in add_port_entries() 284 port->dentr_ar->dentries[attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 286 &port->dentr_ar->dentries[attr.gid_tbl_len + i], in add_port_entries() 303 port->dentr_ar->dentries[2 * attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 305 &port->dentr_ar->dentries[2 * attr.gid_tbl_len + i], in add_port_entries()
|
D | mlx4_ib.h | 514 struct mlx4_ib_iov_sysfs_attr dentries[3 * NUM_ALIAS_GUID_PER_PORT + 1]; member
|
/linux-4.4.14/fs/ |
D | super.c | 62 long dentries; in super_cache_scan() local 81 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 82 total_objects = dentries + inodes + fs_objects + 1; in super_cache_scan() 87 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan() 98 sc->nr_to_scan = dentries + 1; in super_cache_scan()
|
/linux-4.4.14/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). 491 negative or needs lookup. Cached positive dentries are still handled by 947 dentries in the dcache are valid. Network filesystems are different 994 However, our vfsmount is pinned, and RCU held, so the dentries and 1018 dont want to use it, because their dentries are present in global 1073 of child dentries. Child dentries are basically like files in a 1081 manipulate dentries: 1090 is not hashed, it is deleted. Otherwise cached dentries are put
|
D | ceph.txt | 41 directories, allowing entire directories of dentries and inodes to be
|
D | f2fs.txt | 131 dentries is limited to ~3.4k. 452 dentries(11 * 214 bytes) + file name (8 * 214 bytes) 462 | bitmap | reserved | dentries | file names |
|
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 | 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 | logfs.txt | 55 Objects are either inodes, directory entries (dentries), file data
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 190 reclaimable slab objects like dentries and inodes. Once dropped, their 195 To free reclaimable slab objects (includes dentries and inodes): 207 (inodes, dentries, pagecache, etc...) These objects are automatically 765 reclaim dentries and inodes at a "fair" rate with respect to pagecache and 768 never reclaim dentries and inodes due to memory pressure and this can easily 770 causes the kernel to prefer to reclaim dentries and inodes.
|
/linux-4.4.14/fs/ceph/ |
D | dir.c | 185 cache_ctl.dentries = kmap(cache_ctl.page); in __dcache_readdir() 194 dentry = cache_ctl.dentries[cache_ctl.index % nsize]; in __dcache_readdir()
|
D | super.h | 649 struct dentry **dentries; member
|
D | inode.c | 1369 ctl->dentries = kmap(ctl->page); in fill_readdir_cache() 1375 ctl->dentries[idx] = dn; in fill_readdir_cache()
|
/linux-4.4.14/Documentation/ |
D | kernel-docs.txt | 109 dentries, dcache. 676 Linux VFS layer. Covers version 2.1.x, with dentries and the
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 247 problem (instantiate inodes/dentries in right order for readdir). 308 dentries so files that the client sees as deleted but that later get created
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 317 such as for inodes and dentries evenly over all the nodes that the
|