Searched refs:dentries (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | sysfs.c | 268 port->dentr_ar->dentries[i].entry_num = i; in add_port_entries() 269 ret = create_sysfs_entry(port, &port->dentr_ar->dentries[i], in add_port_entries() 286 port->dentr_ar->dentries[attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 288 &port->dentr_ar->dentries[attr.gid_tbl_len + i], in add_port_entries() 305 port->dentr_ar->dentries[2 * attr.gid_tbl_len + i].entry_num = i; in add_port_entries() 307 &port->dentr_ar->dentries[2 * attr.gid_tbl_len + i], in add_port_entries()
|
| /linux/fs/ |
| H A D | super.c | 186 long dentries; in super_cache_scan() local 205 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 206 total_objects = dentries + inodes + fs_objects; in super_cache_scan() 211 dentries = mult_frac(sc->nr_to_scan, dentries, total_objects); in super_cache_scan() 222 sc->nr_to_scan = dentries + 1; in super_cache_scan()
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 251 reclaimable slab objects like dentries and inodes. Once dropped, their 258 To free reclaimable slab objects (includes dentries and inodes):: 273 (inodes, dentries, pagecache, etc...) These objects are automatically 1054 will attempt to reclaim dentries and inodes at a "fair" rate with respect to 1057 the kernel will never reclaim dentries and inodes due to memory pressure and 1059 beyond vfs_cache_pressure_denom causes the kernel to prefer to reclaim dentries
|
| /linux/fs/ceph/ |
| H A D | inode.c | 1907 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 D | dir.c | 155 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 D | super.h | 935 struct dentry **dentries; member
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 106 if two dentries have been found to have a common ancestor after taking
|
| H A D | orangefs.rst | 541 dentries is to always obtain the needed information from userspace - at
|
| H A D | idmappings.rst | 618 They allow to expose the same set of dentries with different ownership at
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 3283 struct dentry *dentries[ARRAY_SIZE(client_files)]; in create_client() local 3305 client_files, dentries); in create_client() 3306 clp->cl_nfsd_info_dentry = dentries[0]; in create_client()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 333 such as for inodes and dentries evenly over all the nodes that the
|