Home
last modified time | relevance | path

Searched refs:d_u (Results 1 – 13 of 13) sorted by relevance

/linux/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")
/linux/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.d_44.d_type = DT_CHR; in ufs_set_de_type()
[all …]
H A Ddir.c459 d_type = de->d_u.d_44.d_type; in ufs_readdir()
H A Dufs_fs.h300 } d_u; member
/linux/fs/
H A Ddcache.c303 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free()
310 struct dentry *dentry = container_of(head, struct dentry, d_u.d_rcu); in __d_free_external()
376 WARN_ON(!hlist_unhashed(&dentry->d_u.d_alias)); in dentry_free()
380 call_rcu(&dentry->d_u.d_rcu, __d_free_external); in dentry_free()
386 __d_free(&dentry->d_u.d_rcu); in dentry_free()
388 call_rcu(&dentry->d_u.d_rcu, __d_free); in dentry_free()
403 hlist_del_init(&dentry->d_u.d_alias); in dentry_unlink_inode()
738 hlist_for_each_entry(de, &inode->i_dentry, d_u.d_alias) { in d_mark_dontcache()
941 alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); in __d_find_any_alias()
971 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in __d_find_alias()
[all …]
H A Dinode.c640 dentry_ptr = container_of(dentry_first, struct dentry, d_u.d_alias); in dump_mapping()
/linux/fs/ocfs2/
H A Ddcache.c152 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in ocfs2_find_local_alias()
/linux/include/linux/
H A Ddcache.h118 } d_u; member
/linux/fs/exportfs/
H A Dexpfs.c55 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in find_acceptable_alias()
/linux/fs/affs/
H A Damigaffs.c129 hlist_for_each_entry(dentry, &inode->i_dentry, d_u.d_alias) { in affs_fix_dcache()
/linux/fs/notify/
H A Dfsnotify.c130 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in fsnotify_set_children_dentry_flags()
/linux/fs/overlayfs/
H A Ddir.c873 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in ovl_drop_nlink()
/linux/fs/ceph/
H A Dmds_client.c4551 alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); in d_find_primary()
4557 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in d_find_primary()