Home
last modified time | relevance | path

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

12345678910

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Ddcache.c31 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Ddcache.c31 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Ddcache.c31 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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/configfs/
H A Ddir.c294 configfs_set_dir_dirent_depth(p->d_fsdata, dentry->d_fsdata); in configfs_create_dir()
578 parent_sd = dentry->d_fsdata; in detach_attrs()
641 parent_sd = dentry->d_fsdata; in detach_groups()
695 sd = child->d_fsdata; in create_default_group()
871 sd = dentry->d_fsdata; in configfs_attach_group()
1056 sd = origin->d_fsdata; in configfs_depend_prep()
1095 p = target->ci_dentry->d_fsdata; in configfs_do_depend_item()
1183 sd = target->ci_dentry->d_fsdata; in configfs_undepend_item()
1284 sd = dentry->d_parent->d_fsdata; in configfs_mkdir()
1463 sd = dentry->d_fsdata; in configfs_rmdir()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/configfs/
H A Ddir.c294 configfs_set_dir_dirent_depth(p->d_fsdata, dentry->d_fsdata); in configfs_create_dir()
578 parent_sd = dentry->d_fsdata; in detach_attrs()
641 parent_sd = dentry->d_fsdata; in detach_groups()
695 sd = child->d_fsdata; in create_default_group()
871 sd = dentry->d_fsdata; in configfs_attach_group()
1056 sd = origin->d_fsdata; in configfs_depend_prep()
1095 p = target->ci_dentry->d_fsdata; in configfs_do_depend_item()
1183 sd = target->ci_dentry->d_fsdata; in configfs_undepend_item()
1284 sd = dentry->d_parent->d_fsdata; in configfs_mkdir()
1463 sd = dentry->d_fsdata; in configfs_rmdir()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/configfs/
H A Ddir.c294 configfs_set_dir_dirent_depth(p->d_fsdata, dentry->d_fsdata); in configfs_create_dir()
578 parent_sd = dentry->d_fsdata; in detach_attrs()
641 parent_sd = dentry->d_fsdata; in detach_groups()
695 sd = child->d_fsdata; in create_default_group()
871 sd = dentry->d_fsdata; in configfs_attach_group()
1056 sd = origin->d_fsdata; in configfs_depend_prep()
1095 p = target->ci_dentry->d_fsdata; in configfs_do_depend_item()
1183 sd = target->ci_dentry->d_fsdata; in configfs_undepend_item()
1284 sd = dentry->d_parent->d_fsdata; in configfs_mkdir()
1463 sd = dentry->d_fsdata; in configfs_rmdir()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dunlink.c139 devname_garbage = alias->d_fsdata; in nfs_call_unlink()
140 alias->d_fsdata = data; in nfs_call_unlink()
190 devname_garbage = dentry->d_fsdata; in nfs_async_unlink()
191 dentry->d_fsdata = data; in nfs_async_unlink()
226 data = dentry->d_fsdata; in nfs_complete_unlink()
227 dentry->d_fsdata = NULL; in nfs_complete_unlink()
240 struct nfs_unlinkdata *data = dentry->d_fsdata; in nfs_cancel_async_unlink()
243 dentry->d_fsdata = NULL; in nfs_cancel_async_unlink()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dunlink.c139 devname_garbage = alias->d_fsdata; in nfs_call_unlink()
140 alias->d_fsdata = data; in nfs_call_unlink()
190 devname_garbage = dentry->d_fsdata; in nfs_async_unlink()
191 dentry->d_fsdata = data; in nfs_async_unlink()
226 data = dentry->d_fsdata; in nfs_complete_unlink()
227 dentry->d_fsdata = NULL; in nfs_complete_unlink()
240 struct nfs_unlinkdata *data = dentry->d_fsdata; in nfs_cancel_async_unlink()
243 dentry->d_fsdata = NULL; in nfs_cancel_async_unlink()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dunlink.c139 devname_garbage = alias->d_fsdata; in nfs_call_unlink()
140 alias->d_fsdata = data; in nfs_call_unlink()
190 devname_garbage = dentry->d_fsdata; in nfs_async_unlink()
191 dentry->d_fsdata = data; in nfs_async_unlink()
226 data = dentry->d_fsdata; in nfs_complete_unlink()
227 dentry->d_fsdata = NULL; in nfs_complete_unlink()
240 struct nfs_unlinkdata *data = dentry->d_fsdata; in nfs_cancel_async_unlink()
243 dentry->d_fsdata = NULL; in nfs_cancel_async_unlink()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c14 void *d_fsdata; member
24 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c14 void *d_fsdata; member
24 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c14 void *d_fsdata; member
24 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr25734.c15 void *d_fsdata; member
25 struct sysfs_dirent * parent_sd = dir->d_fsdata; in sysfs_hash_and_remove()

12345678910