Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c464 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
465 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
661 dentry->d_op->d_prune(dentry); in __dentry_kill()
674 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill()
675 dentry->d_op->d_release(dentry); in __dentry_kill()
763 if (!locked || dentry->d_op->d_delete(dentry)) in retain_dentry()
1784 dentry->d_op = sb->__s_d_op; in __d_alloc()
1793 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1794 err = dentry->d_op->d_init(dentry); in __d_alloc()
1875 if (!dentry->d_op) in d_alloc_pseudo()
[all …]
H A Dd_path.c281 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path()
283 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
H A Dnamei.c1030 return dentry->d_op->d_revalidate(dir, name, dentry, flags); in d_revalidate()
1090 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
1560 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
1584 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts()
1696 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu()
2618 err = parent->d_op->d_hash(parent, &nd->last); in link_path_walk()
3104 int err = base->d_op->d_hash(base, qname); in lookup_noperm_common()
H A Dnamespace.c2090 if (dentry->d_op != &ns_dentry_operations) in is_mnt_ns_file()
2942 const struct dentry_operations *d_op; in may_copy_tree() local
2947 d_op = path->dentry->d_op; in may_copy_tree()
2948 if (d_op == &ns_dentry_operations) in may_copy_tree()
2951 if (d_op == &pidfs_dentry_operations) in may_copy_tree()
H A Dlibfs.c74 if (!dentry->d_op && !(dentry->d_flags & DCACHE_DONTCACHE)) { in simple_lookup()
/linux/security/tomoyo/
H A Drealpath.c257 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
258 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/linux/fs/isofs/
H A Dnamei.c24 if (likely(!dentry->d_op)) in isofs_cmp()
26 return dentry->d_op->d_compare(NULL, dentry->d_name.len, dentry->d_name.name, &qstr); in isofs_cmp()
/linux/fs/ecryptfs/
H A Ddentry.c47 rc = lower_dentry->d_op->d_revalidate(lower_dir, &n.name, in ecryptfs_d_revalidate()
/linux/include/linux/
H A Ddcache.h108 const struct dentry_operations *d_op; member
579 return dentry->d_op->d_real(dentry, type); in d_real()
H A Dfscrypt.h281 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate) in fscrypt_handle_d_move()
331 dentry->d_op->d_revalidate == fscrypt_d_revalidate) { in fscrypt_prepare_dentry()
/linux/fs/overlayfs/
H A Dsuper.c92 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
108 ret = d->d_op->d_revalidate(dir, &n.name, d, flags); in ovl_revalidate_real()
/linux/fs/autofs/
H A Droot.c851 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
/linux/fs/9p/
H A Dvfs_inode.c552 dentry->d_op->d_release(dentry); in v9fs_remove()
/linux/fs/ceph/
H A Dinode.c1508 realdn->d_op->d_prune(realdn); in splice_dentry()