Home
last modified time | relevance | path

Searched refs:d_op (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/security/tomoyo/
Drealpath.c276 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.1.27/fs/
Ddcache.c342 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 …]
Dnamei.c624 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate()
671 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
992 if (!path->dentry->d_op || !path->dentry->d_op->d_automount) in follow_automount()
1015 mnt = path->dentry->d_op->d_automount(path); in follow_automount()
1082 BUG_ON(!path->dentry->d_op); in follow_managed()
1083 BUG_ON(!path->dentry->d_op->d_manage); in follow_managed()
1084 ret = path->dentry->d_op->d_manage(path->dentry, false); in follow_managed()
1146 dentry->d_op->d_manage(dentry, true) : 0; in managed_dentry_rcu()
1270 BUG_ON(!path->dentry->d_op); in follow_down()
1271 BUG_ON(!path->dentry->d_op->d_manage); in follow_down()
[all …]
Dopen.c840 inode = dentry->d_op->d_select_inode(dentry, file->f_flags); in vfs_open()
Dnamespace.c1639 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2091 if (!check_mnt(old) && old_path.dentry->d_op != &ns_dentry_operations) in do_loopback()
/linux-4.1.27/fs/isofs/
Dnamei.c23 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.1.27/fs/ecryptfs/
Ddentry.c54 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddcache.c204 LASSERT(de->d_op == &ll_d_ops); in ll_d_init()
/linux-4.1.27/include/linux/
Ddcache.h121 const struct dentry_operations *d_op; member
/linux-4.1.27/fs/autofs4/
Droot.c843 dentry->d_op == &autofs4_dentry_operations && in is_autofs4_dentry()
/linux-4.1.27/fs/overlayfs/
Dsuper.c704 const struct dentry_operations *dop = root->d_op; in ovl_is_allowed_fs_type()
/linux-4.1.27/fs/ceph/
Dinode.c935 if (dentry->d_op != &ceph_dentry_ops) in update_dentry_lease()