Home
last modified time | relevance | path

Searched refs:d_fsdata (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.15/fs/ocfs2/
H A Ddcache.c31 dentry->d_fsdata = (void *)gen; in ocfs2_dentry_attach_gen()
94 if (!dentry->d_fsdata) { in ocfs2_dentry_revalidate()
120 if (!dentry->d_fsdata) in ocfs2_match_dentry()
205 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock()
222 dentry->d_fsdata = dl = NULL; in ocfs2_dentry_attach_lock()
247 dl = alias->d_fsdata; in ocfs2_dentry_attach_lock()
286 if (unlikely(dentry->d_fsdata && !alias)) { in ocfs2_dentry_attach_lock()
298 dentry->d_fsdata = dl; in ocfs2_dentry_attach_lock()
322 dentry->d_fsdata = NULL; in ocfs2_dentry_attach_lock()
445 ocfs2_dentry_lock_put(osb, dentry->d_fsdata); in ocfs2_dentry_move()
[all …]
/linux-6.15/fs/configfs/
H A Ddir.c309 configfs_set_dir_dirent_depth(p->d_fsdata, dentry->d_fsdata); in configfs_create_dir()
326 configfs_put(dentry->d_fsdata); in configfs_create_dir()
393 configfs_put(dentry->d_fsdata); in configfs_create_link()
582 parent_sd = dentry->d_fsdata; in detach_attrs()
655 parent_sd = dentry->d_fsdata; in detach_groups()
709 sd = child->d_fsdata; in create_default_group()
885 sd = dentry->d_fsdata; in configfs_attach_group()
1070 sd = origin->d_fsdata; in configfs_depend_prep()
1109 p = target->ci_dentry->d_fsdata; in configfs_do_depend_item()
1477 sd = dentry->d_fsdata; in configfs_rmdir()
[all …]
H A Dconfigfs_internal.h104 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()
H A Dsymlink.c81 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()
H A Dinode.c39 struct configfs_dirent * sd = dentry->d_fsdata; in configfs_setattr()
168 sd = dentry->d_fsdata; in configfs_create()
H A Dfile.c51 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()
H A Dmount.c93 root->d_fsdata = &configfs_root; in configfs_fill_super()
/linux-6.15/fs/hfsplus/
H A Ddir.c25 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 …]
H A Dioctl.c34 u32 cnid = (unsigned long)dentry->d_fsdata; in hfsplus_ioctl_bless()
/linux-6.15/fs/nfs/
H A Dunlink.c144 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()
247 struct nfs_unlinkdata *data = dentry->d_fsdata; in nfs_cancel_async_unlink()
250 dentry->d_fsdata = NULL; in nfs_cancel_async_unlink()
H A Dgetroot.c120 if (IS_ROOT(root) && !root->d_fsdata && in nfs_get_root()
122 root->d_fsdata = name; in nfs_get_root()
/linux-6.15/fs/9p/
H A Dfid.c23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata); in __add_fid()
122 if (dentry->d_fsdata) { in v9fs_fid_find()
123 struct hlist_head *h = (struct hlist_head *)&dentry->d_fsdata; in v9fs_fid_find()
H A Dvfs_dentry.c57 hlist_move_list((struct hlist_head *)&dentry->d_fsdata, &head); in v9fs_dentry_release()
/linux-6.15/fs/tracefs/
H A Devent_inode.c184 ei = dentry->d_fsdata; in eventfs_set_attr()
343 pei = dentry->d_fsdata; in eventfs_get_inode()
394 dentry->d_fsdata = get_ei(parent_ei); in lookup_file()
425 dentry->d_fsdata = get_ei(ei); in lookup_dir_entry()
479 put_ei(dentry->d_fsdata); in eventfs_d_release()
814 dentry->d_fsdata = get_ei(ei); in eventfs_create_events_dir()
/linux-6.15/fs/debugfs/
H A Dfile.c58 struct debugfs_fsdata *fsd = F_DENTRY(filp)->d_fsdata; in debugfs_real_fops()
92 d_fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_get()
137 d_fsd = cmpxchg(&dentry->d_fsdata, NULL, fsd); in __debugfs_file_get()
194 struct debugfs_fsdata *fsd = READ_ONCE(dentry->d_fsdata); in debugfs_file_put()
237 fsd = READ_ONCE(dentry->d_fsdata); in debugfs_enter_cancellation()
268 fsd = READ_ONCE(dentry->d_fsdata); in debugfs_leave_cancellation()
354 struct debugfs_fsdata *fsd = dentry->d_fsdata; \
373 struct debugfs_fsdata *fsd = dentry->d_fsdata; \
411 struct debugfs_fsdata *fsd = dentry->d_fsdata; in full_proxy_poll()
455 fsd = dentry->d_fsdata; in full_proxy_open_regular()
/linux-6.15/fs/smb/client/
H A Dcifsfs.h33 dentry->d_fsdata = (void *) time; in cifs_set_time()
38 return (unsigned long) dentry->d_fsdata; in cifs_get_time()
/linux-6.15/fs/affs/
H A Damigaffs.c130 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()
H A Dnamei.c218 dentry->d_fsdata = (void *)(long)ino; in affs_lookup()
230 res->d_fsdata = dentry->d_fsdata; in affs_lookup()
/linux-6.15/fs/ecryptfs/
H A Ddentry.c78 struct ecryptfs_dentry_info *p = dentry->d_fsdata; in ecryptfs_d_release()
H A Decryptfs_kernel.h500 dentry->d_fsdata = dentry_info; in ecryptfs_set_dentry_private()
506 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry; in ecryptfs_dentry_to_lower()
512 return &((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path; in ecryptfs_dentry_to_lower_path()
/linux-6.15/fs/devpts/
H A Dinode.c538 dentry->d_fsdata = priv; in devpts_pty_new()
559 return dentry->d_fsdata; in devpts_get_priv()
572 dentry->d_fsdata = NULL; in devpts_pty_kill()
/linux-6.15/fs/orangefs/
H A Ddcache.c96 unsigned long time = (unsigned long) dentry->d_fsdata; in orangefs_d_revalidate()
/linux-6.15/fs/overlayfs/
H A Dovl_entry.h159 return (unsigned long *) &dentry->d_fsdata; in OVL_E_FLAGS()
/linux-6.15/fs/afs/
H A Ddynroot.c124 dentry->d_fsdata = cell; in afs_dynroot_lookup_cell()
168 struct afs_cell *cell = dentry->d_fsdata; in afs_dynroot_d_release()
/linux-6.15/arch/s390/hypfs/
H A Dinode.c64 dentry->d_fsdata = hypfs_last_dentry; in hypfs_add_dentry()
89 next_dentry = hypfs_last_dentry->d_fsdata; in hypfs_delete_tree()

12