Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Drealpath.c260 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
261 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/linux/fs/
A Ddcache.c373 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
374 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
570 dentry->d_op->d_prune(dentry); in __dentry_kill()
586 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill()
587 dentry->d_op->d_release(dentry); in __dentry_kill()
650 if (dentry->d_op->d_delete(dentry)) in retain_dentry()
1788 dentry->d_op = NULL; in __d_alloc()
1797 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1798 err = dentry->d_op->d_init(dentry); in __d_alloc()
1891 WARN_ON_ONCE(dentry->d_op); in d_set_d_op()
[all …]
A Dd_path.c280 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path()
282 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
A Dnamei.c854 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate()
914 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
1311 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
1331 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts()
1443 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu()
2261 err = parent->d_op->d_hash(parent, &this); in link_path_walk()
2625 int err = base->d_op->d_hash(base, this); in lookup_one_common()
A Dnamespace.c1799 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2349 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
/linux/fs/isofs/
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/
A Ddentry.c40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
/linux/include/linux/
A Ddcache.h104 const struct dentry_operations *d_op; member
587 return dentry->d_op->d_real(dentry, inode); in d_real()
/linux/fs/autofs/
A Droot.c854 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
/linux/fs/overlayfs/
A Dsuper.c125 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
127 ret = d->d_op->d_revalidate(d, flags); in ovl_revalidate_real()
/linux/Documentation/filesystems/
A Dautofs.rst93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation
117 related behaviours are invoked, both using the `d_op->d_manage()`
A Dpath-lookup.rst901 ``d_op->d_revalidate`` may be called in RCU-walk too. This interface
1310 to be revalidated, so ``d_op->d_weak_revalidate()`` is called if
/linux/fs/9p/
A Dvfs_inode.c585 dentry->d_op->d_release(dentry); in v9fs_remove()
/linux/fs/ceph/
A Dinode.c1217 realdn->d_op->d_prune(realdn); in splice_dentry()

Completed in 42 milliseconds