/linux-6.3-rc2/fs/ocfs2/ |
A D | dcache.c | 31 dentry->d_fsdata = (void *)gen; in ocfs2_dentry_attach_gen() 98 if (!dentry->d_fsdata) { in ocfs2_dentry_revalidate() 124 if (!dentry->d_fsdata) in ocfs2_match_dentry() 216 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock() 233 dentry->d_fsdata = dl = NULL; in ocfs2_dentry_attach_lock() 258 dl = alias->d_fsdata; in ocfs2_dentry_attach_lock() 297 if (unlikely(dentry->d_fsdata && !alias)) { in ocfs2_dentry_attach_lock() 309 dentry->d_fsdata = dl; in ocfs2_dentry_attach_lock() 333 dentry->d_fsdata = NULL; in ocfs2_dentry_attach_lock() 456 ocfs2_dentry_lock_put(osb, dentry->d_fsdata); in ocfs2_dentry_move() [all …]
|
/linux-6.3-rc2/fs/configfs/ |
A D | dir.c | 302 configfs_set_dir_dirent_depth(p->d_fsdata, dentry->d_fsdata); in configfs_create_dir() 319 configfs_put(dentry->d_fsdata); in configfs_create_dir() 386 configfs_put(dentry->d_fsdata); in configfs_create_link() 563 parent_sd = dentry->d_fsdata; in detach_attrs() 626 parent_sd = dentry->d_fsdata; in detach_groups() 680 sd = child->d_fsdata; in create_default_group() 856 sd = dentry->d_fsdata; in configfs_attach_group() 1041 sd = origin->d_fsdata; in configfs_depend_prep() 1080 p = target->ci_dentry->d_fsdata; in configfs_do_depend_item() 1448 sd = dentry->d_fsdata; in configfs_rmdir() [all …]
|
A D | configfs_internal.h | 104 struct configfs_dirent * sd = dentry->d_fsdata; in to_item() 110 struct configfs_dirent * sd = dentry->d_fsdata; in to_attr() 127 struct configfs_dirent * sd = dentry->d_fsdata; in configfs_get_config_item()
|
A D | inode.c | 39 struct configfs_dirent * sd = dentry->d_fsdata; in configfs_setattr() 169 sd = dentry->d_fsdata; in configfs_create() 224 struct configfs_dirent * parent_sd = dir->d_fsdata; in configfs_hash_and_remove()
|
A D | symlink.c | 81 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata; in create_link() 150 sd = dentry->d_parent->d_fsdata; in configfs_symlink() 222 struct configfs_dirent *sd = dentry->d_fsdata, *target_sd; in configfs_unlink()
|
A D | file.c | 51 struct configfs_dirent *sd = file->f_path.dentry->d_fsdata; in to_frag() 450 struct configfs_dirent *parent_sd = dir->d_fsdata; in configfs_create_file() 472 struct configfs_dirent *parent_sd = dir->d_fsdata; in configfs_create_bin_file()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | dir.c | 25 dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_instantiate() 43 dentry->d_fsdata = NULL; in hfsplus_lookup() 69 dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_lookup() 90 if (dentry->d_fsdata) { in hfsplus_lookup() 95 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_lookup() 98 dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_lookup() 110 } else if (!dentry->d_fsdata) in hfsplus_lookup() 111 dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_lookup() 333 src_dentry->d_fsdata = (void *)(unsigned long)cnid; in hfsplus_link() 371 cnid = (u32)(unsigned long)dentry->d_fsdata; in hfsplus_unlink() [all …]
|
A D | ioctl.c | 34 u32 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_ioctl_bless()
|
/linux-6.3-rc2/fs/nfs/ |
A D | unlink.c | 144 devname_garbage = alias->d_fsdata; in nfs_call_unlink() 145 alias->d_fsdata = data; in nfs_call_unlink() 195 devname_garbage = dentry->d_fsdata; in nfs_async_unlink() 196 dentry->d_fsdata = data; in nfs_async_unlink() 231 data = dentry->d_fsdata; in nfs_complete_unlink() 232 dentry->d_fsdata = NULL; in nfs_complete_unlink() 245 struct nfs_unlinkdata *data = dentry->d_fsdata; in nfs_cancel_async_unlink() 248 dentry->d_fsdata = NULL; in nfs_cancel_async_unlink()
|
A D | getroot.c | 120 if (IS_ROOT(root) && !root->d_fsdata && in nfs_get_root() 122 root->d_fsdata = name; in nfs_get_root()
|
A D | dir.c | 1801 wait_var_event(&dentry->d_fsdata, in __nfs_lookup_revalidate() 1907 if (unlikely(dentry->d_fsdata)) { in nfs_d_release() 1911 kfree(dentry->d_fsdata); in nfs_d_release() 2498 kfree(dentry->d_fsdata); in nfs_unlink() 2504 dentry->d_fsdata = NULL; in nfs_unlink() 2505 wake_up_var(&dentry->d_fsdata); in nfs_unlink() 2617 new_dentry->d_fsdata = NULL; in nfs_unblock_rename() 2618 wake_up_var(&new_dentry->d_fsdata); in nfs_unblock_rename() 2680 if (new_dentry->d_fsdata) { in nfs_rename() 2682 kfree(new_dentry->d_fsdata); in nfs_rename() [all …]
|
/linux-6.3-rc2/fs/afs/ |
A D | dynroot.c | 296 subdir->d_fsdata = (void *)1UL; in afs_dynroot_mkdir() 327 if (subdir->d_fsdata) { in afs_dynroot_rmdir() 329 subdir->d_fsdata = NULL; in afs_dynroot_rmdir() 386 if (subdir->d_fsdata) { in afs_dynroot_depopulate() 387 subdir->d_fsdata = NULL; in afs_dynroot_depopulate()
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_dentry.c | 55 hlist_for_each_safe(p, n, (struct hlist_head *)&dentry->d_fsdata) in v9fs_dentry_release() 57 dentry->d_fsdata = NULL; in v9fs_dentry_release()
|
A D | fid.c | 23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata); in __add_fid() 107 if (dentry->d_fsdata) { in v9fs_fid_find() 108 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find()
|
/linux-6.3-rc2/fs/debugfs/ |
A D | inode.c | 240 void *fsd = dentry->d_fsdata; in debugfs_release_dentry() 243 kfree(dentry->d_fsdata); in debugfs_release_dentry() 249 f = (debugfs_automount_t)path->dentry->d_fsdata; in debugfs_automount() 442 dentry->d_fsdata = (void *)((unsigned long)real_fops | in __debugfs_create_file() 658 dentry->d_fsdata = (void *)f; in debugfs_create_automount() 732 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
|
A D | file.c | 52 struct debugfs_fsdata *fsd = F_DENTRY(filp)->d_fsdata; in debugfs_real_fops() 87 d_fsd = READ_ONCE(dentry->d_fsdata); in debugfs_file_get() 99 if (cmpxchg(&dentry->d_fsdata, d_fsd, fsd) != d_fsd) { in debugfs_file_get() 101 fsd = READ_ONCE(dentry->d_fsdata); in debugfs_file_get() 134 struct debugfs_fsdata *fsd = READ_ONCE(dentry->d_fsdata); in debugfs_file_put()
|
/linux-6.3-rc2/fs/ |
A D | nsfs.c | 30 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in ns_dname() 99 dentry->d_fsdata = (void *)ns->ops; in __ns_get_path() 273 const struct proc_ns_operations *ns_ops = dentry->d_fsdata; in nsfs_show_path()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | util.c | 130 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() 163 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower() 175 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata() 218 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower() 225 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower() 238 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata() 1002 struct ovl_entry *oe = dentry->d_fsdata; in ovl_is_metacopy_dentry()
|
A D | namei.c | 793 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next() 836 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lookup() 837 struct ovl_entry *roe = dentry->d_sb->s_root->d_fsdata; in ovl_lookup() 1076 dentry->d_fsdata = oe; in ovl_lookup() 1139 dentry->d_fsdata = NULL; in ovl_lookup() 1161 struct ovl_entry *poe = dentry->d_parent->d_fsdata; in ovl_lower_positive()
|
A D | ovl_entry.h | 124 return (struct ovl_entry *) dentry->d_fsdata; in OVL_E()
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifsfs.h | 33 dentry->d_fsdata = (void *) time; in cifs_set_time() 38 return (unsigned long) dentry->d_fsdata; in cifs_get_time()
|
/linux-6.3-rc2/fs/affs/ |
A D | amigaffs.c | 130 if (entry_ino == (u32)(long)dentry->d_fsdata) { in affs_fix_dcache() 131 dentry->d_fsdata = (void *)inode->i_ino; in affs_fix_dcache() 156 link_ino = (u32)(long)dentry->d_fsdata; in affs_remove_link() 284 bh = affs_bread(sb, (u32)(long)dentry->d_fsdata); in affs_remove_header()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | dentry.c | 68 struct ecryptfs_dentry_info *p = dentry->d_fsdata; in ecryptfs_d_release()
|
/linux-6.3-rc2/fs/devpts/ |
A D | inode.c | 588 dentry->d_fsdata = priv; in devpts_pty_new() 609 return dentry->d_fsdata; in devpts_get_priv() 622 dentry->d_fsdata = NULL; in devpts_pty_kill()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | dcache.c | 100 unsigned long time = (unsigned long) dentry->d_fsdata; in orangefs_d_revalidate()
|