Home
last modified time | relevance | path

Searched refs:d_op (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
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 Ddcache.c371 if (dentry->d_op && dentry->d_op->d_iput)
372 dentry->d_op->d_iput(dentry, 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()
743 * If we have a d_op->d_delete() operation, we sould not in fast_dput()
1754 dentry->d_op in __d_alloc()
[all...]
H A Dnamei.c782 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate()
842 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
1214 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
1234 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts()
1346 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu()
2161 err = parent->d_op->d_hash(parent, &this); in link_path_walk()
2518 int err = base->d_op->d_hash(base, this); in lookup_one_len_common()
H A Dnamespace.c1788 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2337 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
/kernel/linux/linux-6.6/fs/
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 Ddcache.c398 if (dentry->d_op && dentry->d_op->d_iput)
399 dentry->d_op->d_iput(dentry, inode);
595 dentry->d_op->d_prune(dentry); in __dentry_kill()
611 if (dentry->d_op && dentry->d_op->d_release) in __dentry_kill()
612 dentry->d_op->d_release(dentry); in __dentry_kill()
675 if (dentry->d_op->d_delete(dentry)) in retain_dentry()
771 * If we have a d_op->d_delete() operation, we sould not in fast_dput()
1814 dentry->d_op in __d_alloc()
[all...]
H A Dnamei.c862 return dentry->d_op->d_revalidate(dentry, flags); in d_revalidate()
922 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags); in complete_walk()
1370 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
1390 ret = path->dentry->d_op->d_manage(path, false); in __traverse_mounts()
1501 int res = dentry->d_op->d_manage(path, true); in __follow_mount_rcu()
2293 err = parent->d_op->d_hash(parent, &this); in link_path_walk()
2685 int err = base->d_op->d_hash(base, this); in lookup_one_common()
H A Dnamespace.c1940 return dentry->d_op == &ns_dentry_operations && in is_mnt_ns_file()
2582 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Ddentry.c40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Ddentry.c40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in ecryptfs_d_revalidate()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Ddentry.c138 ret = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in hmdfs_d_revalidate()
317 ret = comrade->lo_d->d_op->d_revalidate( in d_revalidate_merge()
/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h102 const struct dentry_operations *d_op; member
583 return dentry->d_op->d_real(dentry, inode); in d_real()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Ddentry.c138 ret = lower_dentry->d_op->d_revalidate(lower_dentry, flags); in hmdfs_d_revalidate()
317 ret = comrade->lo_d->d_op->d_revalidate( in d_revalidate_merge()
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h95 const struct dentry_operations *d_op; member
577 return dentry->d_op->d_real(dentry, inode); in d_real()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c92 ret = d->d_op->d_weak_revalidate(d, flags); in ovl_revalidate_real()
94 ret = d->d_op->d_revalidate(d, flags); in ovl_revalidate_real()
/kernel/linux/linux-5.10/fs/autofs/
H A Droot.c851 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
/kernel/linux/linux-6.6/fs/autofs/
H A Droot.c846 dentry->d_op == &autofs_dentry_operations && in is_autofs_dentry()
/kernel/linux/linux-5.10/fs/overlayfs/
H 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()
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_inode.c579 dentry->d_op->d_release(dentry); in v9fs_remove()
/kernel/linux/linux-5.10/fs/ceph/
H A Dinode.c1189 realdn->d_op->d_prune(realdn); in splice_dentry()
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c1438 realdn->d_op->d_prune(realdn); in splice_dentry()

Completed in 48 milliseconds