Searched refs:d_op (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | realpath.c | 276 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path() 277 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
|
/linux-4.4.14/fs/ |
D | dcache.c | 342 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput() 343 dentry->d_op->d_iput(dentry, inode); in dentry_iput() 369 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode() 370 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode() 516 dentry->d_op->d_prune(dentry); in __dentry_kill() 539 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill() 540 dentry->d_op->d_release(dentry); in __dentry_kill() 772 if (dentry->d_op->d_delete(dentry)) in dput() 1593 dentry->d_op = NULL; in __d_alloc() 1663 WARN_ON_ONCE(dentry->d_op); in d_set_d_op() [all …]
|
D | namei.c | 767 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate() 798 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk() 1089 if (!path->dentry->d_op || !path->dentry->d_op->d_automount) in follow_automount() 1112 mnt = path->dentry->d_op->d_automount(path); in follow_automount() 1179 BUG_ON(!path->dentry->d_op); in follow_managed() 1180 BUG_ON(!path->dentry->d_op->d_manage); in follow_managed() 1181 ret = path->dentry->d_op->d_manage(path->dentry, false); in follow_managed() 1247 dentry->d_op->d_manage(dentry, true) : 0; in managed_dentry_rcu() 1373 BUG_ON(!path->dentry->d_op); in follow_down() 1374 BUG_ON(!path->dentry->d_op->d_manage); in follow_down() [all …]
|
D | namespace.c | 1650 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file() 2102 if (!check_mnt(old) && old_path.dentry->d_op != &ns_dentry_operations) in do_loopback()
|
/linux-4.4.14/fs/isofs/ |
D | namei.c | 23 if (likely(!dentry->d_op)) in isofs_cmp() 25 return dentry->d_op->d_compare(NULL, NULL, dentry->d_name.len, dentry->d_name.name, &qstr); in isofs_cmp()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 121 const struct dentry_operations *d_op; member 590 return dentry->d_op->d_real(dentry, NULL); in d_real() 601 inode = dentry->d_op->d_select_inode(dentry, open_flags); in vfs_select_inode()
|
D | fs.h | 1215 return dentry->d_op->d_real(dentry, file_inode(file)); in file_dentry()
|
/linux-4.4.14/fs/ecryptfs/ |
D | dentry.c | 54 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 302 return real->d_op->d_real(real, inode); in ovl_d_real() 320 ret = d->d_op->d_revalidate(d, flags); in ovl_dentry_revalidate() 343 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_dentry_weak_revalidate()
|
D | inode.c | 379 return realpath.dentry->d_op->d_select_inode(realpath.dentry, file_flags); in ovl_d_select_inode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dcache.c | 204 LASSERT(de->d_op == &ll_d_ops); in ll_d_init()
|
/linux-4.4.14/fs/autofs4/ |
D | root.c | 843 dentry->d_op == &autofs4_dentry_operations && in is_autofs4_dentry()
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 940 if (dentry->d_op != &ceph_dentry_ops) in update_dentry_lease()
|