Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/tomoyo/
H 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()
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c371 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
372 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
567 dentry->d_op->d_prune(dentry); in __dentry_kill()
583 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill()
584 dentry->d_op->d_release(dentry); in __dentry_kill()
647 if (dentry->d_op->d_delete(dentry)) in retain_dentry()
1753 dentry->d_op = NULL; in __d_alloc()
1762 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc()
1763 err = dentry->d_op->d_init(dentry); in __d_alloc()
1856 WARN_ON_ONCE(dentry->d_op); in d_set_d_op()
[all …]
H A Dd_path.c279 if (path->dentry->d_op && path->dentry->d_op->d_dname && in d_path()
281 return path->dentry->d_op->d_dname(path->dentry, buf, buflen); in d_path()
H A Dnamei.c780 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate()
918 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
1292 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
1312 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts()
1424 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu()
2239 err = parent->d_op->d_hash(parent, &this); in link_path_walk()
2595 int err = base->d_op->d_hash(base, this); in lookup_one_len_common()
H A Dnamespace.c1787 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2336 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Ddentry.c40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h103 const struct dentry_operations *d_op; member
592 return dentry->d_op->d_real(dentry, inode); in d_real()
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c751 if (path.dentry && path.dentry->d_op) { in SYSCALL_DEFINE3()
752 if (path.dentry->d_op->d_canonical_path) { in SYSCALL_DEFINE3()
753 path.dentry->d_op->d_canonical_path(&path, in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/autofs/
H A Droot.c851 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c131 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
133 ret = d->d_op->d_revalidate(d, flags); in ovl_revalidate_real()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H 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()`
H A Dpath-lookup.rst902 ``d_op->d_revalidate`` may be called in RCU-walk too. This interface
1334 to be revalidated, so ``d_op->d_weak_revalidate()`` is called if
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c1528 result = backing_dentry->d_op->d_revalidate(backing_dentry, in dentry_revalidate()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dinode.c1191 realdn->d_op->d_prune(realdn); in splice_dentry()