Searched refs:dentries (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/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-3.4.99/fs/reiserfs/ |
D | xattr.c | 176 struct dentry *dentries[8]; member 187 if (dbuf->count == ARRAY_SIZE(dbuf->dentries)) in fill_with_dentries() 207 dbuf->dentries[dbuf->count++] = dentry; in fill_with_dentries() 216 if (buf->dentries[i]) in cleanup_dentry_buf() 217 dput(buf->dentries[i]); in cleanup_dentry_buf() 256 for (i = 0; i < buf.count && buf.dentries[i]; i++) { in reiserfs_for_each_xattr() 258 struct dentry *dentry = buf.dentries[i]; in reiserfs_for_each_xattr() 264 buf.dentries[i] = NULL; in reiserfs_for_each_xattr()
|
/linux-3.4.99/net/mac80211/ |
D | rc80211_pid.h | 274 struct rc_pid_debugfs_entries dentries; member
|
D | rc80211_pid_algo.c | 379 de = &pinfo->dentries; in rate_control_pid_alloc() 412 struct rc_pid_debugfs_entries *de = &pinfo->dentries; in rate_control_pid_free()
|
/linux-3.4.99/fs/ |
D | super.c | 74 int dentries; in prune_super() local 78 dentries = (sc->nr_to_scan * sb->s_nr_dentry_unused) / in prune_super() 89 prune_dcache_sb(sb, dentries); in prune_super()
|
/linux-3.4.99/Documentation/sysctl/ |
D | vm.txt | 142 Writing to this will cause the kernel to drop clean caches, dentries and 147 To free dentries and inodes: 149 To free pagecache, dentries and inodes: 657 reclaim dentries and inodes at a "fair" rate with respect to pagecache and 660 never reclaim dentries and inodes due to memory pressure and this can easily 662 causes the kernel to prefer to reclaim dentries and inodes.
|
/linux-3.4.99/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). 904 dentries in the dcache are valid 933 However, our vfsmount is pinned, and RCU held, so the dentries and 957 dont want to use it, because their dentries are present in global 1011 of child dentries. Child dentries are basically like files in a 1019 manipulate dentries: 1028 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 | porting | 328 unreferenced dentries, and is now only called when the dentry refcount goes to 370 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-3.4.99/Documentation/ |
D | kernel-docs.txt | 109 dentries, dcache. 676 Linux VFS layer. Covers version 2.1.x, with dentries and the
|
/linux-3.4.99/fs/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-3.4.99/Documentation/cgroups/ |
D | cpusets.txt | 317 such as for inodes and dentries evenly over all the nodes that the
|