Home
last modified time | relevance | path

Searched refs:d_u (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dvfs.py54 d_u = inode_ptr["i_dentry"]["first"]
55 if d_u == 0:
57 return utils.container_of(d_u, dentry_type.get_type().pointer(), "d_u")
/kernel/linux/linux-5.10/fs/ufs/
H A Dutil.h141 return fs16_to_cpu(sb, de->d_u.d_namlen); in ufs_get_de_namlen()
143 return de->d_u.d_44.d_namlen; /* XXX this seems wrong */ in ufs_get_de_namlen()
150 de->d_u.d_namlen = cpu_to_fs16(sb, value); in ufs_set_de_namlen()
152 de->d_u.d_44.d_namlen = value; /* XXX this seems wrong */ in ufs_set_de_namlen()
166 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type()
169 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
172 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
175 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type()
178 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type()
181 de->d_u in ufs_set_de_type()
[all...]
H A Ddir.c473 d_type = de->d_u.d_44.d_type; in ufs_readdir()
H A Dufs_fs.h300 } d_u; member
/kernel/linux/linux-6.6/fs/ufs/
H A Dutil.h135 return fs16_to_cpu(sb, de->d_u.d_namlen); in ufs_get_de_namlen()
137 return de->d_u.d_44.d_namlen; /* XXX this seems wrong */ in ufs_get_de_namlen()
144 de->d_u.d_namlen = cpu_to_fs16(sb, value); in ufs_set_de_namlen()
146 de->d_u.d_44.d_namlen = value; /* XXX this seems wrong */ in ufs_set_de_namlen()
160 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type()
163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
169 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type()
172 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type()
175 de->d_u in ufs_set_de_type()
[all...]
H A Ddir.c480 d_type = de->d_u.d_44.d_type; in ufs_readdir()
H A Dufs_fs.h300 } d_u; member
/kernel/linux/linux-6.6/fs/
H A Ddcache.c41 * - i_dentry, d_u.d_alias, d_inode of aliases
56 * - d_u.d_alias, d_inode
296 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free()
303 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external()
365 WARN_ON(!hlist_unhashed(&dentry->d_u.d_alias)); in dentry_free()
369 call_rcu(&dentry->d_u.d_rcu, __d_free_external); in dentry_free()
375 __d_free(&dentry->d_u.d_rcu); in dentry_free()
377 call_rcu(&dentry->d_u.d_rcu, __d_free); in dentry_free()
392 hlist_del_init(&dentry->d_u.d_alias);
696 hlist_for_each_entry(de, &inode->i_dentry, d_u in d_mark_dontcache()
[all...]
H A Dinode.c591 dentry_ptr = container_of(dentry_first, struct dentry, d_u.d_alias); in dump_mapping()
/kernel/linux/linux-5.10/fs/
H A Ddcache.c41 * - i_dentry, d_u.d_alias, d_inode of aliases
56 * - d_u.d_alias, d_inode
269 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free()
276 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external()
338 WARN_ON(!hlist_unhashed(&dentry->d_u.d_alias)); in dentry_free()
342 call_rcu(&dentry->d_u.d_rcu, __d_free_external); in dentry_free()
348 __d_free(&dentry->d_u.d_rcu); in dentry_free()
350 call_rcu(&dentry->d_u.d_rcu, __d_free); in dentry_free()
365 hlist_del_init(&dentry->d_u.d_alias);
668 hlist_for_each_entry(de, &inode->i_dentry, d_u in d_mark_dontcache()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dgetroot.c57 hlist_del_init(&sb->s_root->d_u.d_alias); in nfs_superblock_set_dummy_root()
/kernel/linux/linux-6.6/fs/nfs/
H A Dgetroot.c57 hlist_del_init(&sb->s_root->d_u.d_alias); in nfs_superblock_set_dummy_root()
/kernel/linux/linux-5.10/mm/
H A Ddebug.c156 dentry_ptr = container_of(dentry_first, struct dentry, d_u.d_alias); in __dump_page()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddcache.c161 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h120 } d_u; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddcache.c159 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h113 } d_u; member
/kernel/linux/linux-5.10/fs/notify/
H A Dfsnotify.c122 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __fsnotify_update_child_dentry_flags()
/kernel/linux/linux-5.10/fs/exportfs/
H A Dexpfs.c55 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in find_acceptable_alias()
/kernel/linux/linux-5.10/fs/affs/
H A Damigaffs.c129 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in affs_fix_dcache()
/kernel/linux/linux-6.6/fs/exportfs/
H A Dexpfs.c55 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in find_acceptable_alias()
/kernel/linux/linux-6.6/fs/notify/
H A Dfsnotify.c120 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __fsnotify_update_child_dentry_flags()
/kernel/linux/linux-6.6/fs/affs/
H A Damigaffs.c129 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in affs_fix_dcache()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Ddir.c873 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in ovl_drop_nlink()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Ddir.c865 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in ovl_drop_nlink()

Completed in 27 milliseconds

12