Searched refs:d_op (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/fs/ |
| H A D | dcache.c | 454 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode() 455 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode() 651 dentry->d_op->d_prune(dentry); in __dentry_kill() 664 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill() 665 dentry->d_op->d_release(dentry); in __dentry_kill() 1725 dentry->d_op = NULL; in __d_alloc() 1734 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc() 1833 WARN_ON_ONCE(dentry->d_op); in d_set_d_op() 1840 dentry->d_op = op; in d_set_d_op() 2941 if (alias->d_op && alias->d_op->d_unalias_trylock && in __d_unalias() [all …]
|
| H A D | d_path.c | 281 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 D | namei.c | 929 return dentry->d_op->d_revalidate(dir, name, dentry, flags); in d_revalidate() 989 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk() 1455 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount() 1475 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts() 1586 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu() 2474 err = parent->d_op->d_hash(parent, &nd->last); in link_path_walk() 2895 int err = base->d_op->d_hash(base, this); in lookup_one_common()
|
| H A D | namespace.c | 2189 if (dentry->d_op != &ns_dentry_operations) in is_mnt_ns_file() 3009 const struct dentry_operations *d_op; in may_copy_tree() local 3014 d_op = path->dentry->d_op; in may_copy_tree() 3015 if (d_op == &ns_dentry_operations) in may_copy_tree() 3018 if (d_op == &pidfs_dentry_operations) in may_copy_tree()
|
| /linux-6.15/security/tomoyo/ |
| H A D | realpath.c | 257 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-6.15/fs/isofs/ |
| H A D | namei.c | 24 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-6.15/fs/ecryptfs/ |
| H A D | dentry.c | 47 rc = lower_dentry->d_op->d_revalidate(lower_dir, &n.name, in ecryptfs_d_revalidate()
|
| /linux-6.15/include/linux/ |
| H A D | dcache.h | 104 const struct dentry_operations *d_op; member 572 return dentry->d_op->d_real(dentry, type); in d_real()
|
| H A D | fscrypt.h | 247 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate) in fscrypt_handle_d_move() 297 dentry->d_op->d_revalidate == fscrypt_d_revalidate) { in fscrypt_prepare_dentry()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | super.c | 92 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-6.15/fs/autofs/ |
| H A D | root.c | 846 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | autofs.rst | 93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation 117 related behaviours are invoked, both using the `d_op->d_manage()`
|
| H A D | path-lookup.rst | 901 ``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-6.15/fs/9p/ |
| H A D | vfs_inode.c | 552 dentry->d_op->d_release(dentry); in v9fs_remove()
|
| /linux-6.15/fs/ceph/ |
| H A D | inode.c | 1472 realdn->d_op->d_prune(realdn); in splice_dentry()
|