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

/linux-master/fs/ecryptfs/
H A Ddentry.c40 rc = lower_dentry->d_op->d_revalidate(lower_dentry, flags);
/linux-master/fs/isofs/
H A Dnamei.c24 if (likely(!dentry->d_op))
26 return dentry->d_op->d_compare(NULL, dentry->d_name.len, dentry->d_name.name, &qstr);
/linux-master/security/tomoyo/
H A Drealpath.c257 if (dentry->d_op && dentry->d_op->d_dname) {
258 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1);
/linux-master/fs/
H A Dd_path.c281 if (path->dentry->d_op && path->dentry->d_op->d_dname &&
283 return path->dentry->d_op->d_dname(path->dentry, buf, buflen);
H A Ddcache.c397 if (dentry->d_op && dentry->d_op->d_iput)
398 dentry->d_op->d_iput(dentry, inode);
594 dentry->d_op->d_prune(dentry);
607 if (dentry->d_op && dentry->d_op->d_release)
608 dentry->d_op->d_release(dentry);
696 if (!locked || dentry->d_op->d_delete(dentry))
1669 dentry->d_op = NULL;
1678 if (dentry->d_op
[all...]
H A Dnamei.c861 return dentry->d_op->d_revalidate(dentry, flags);
921 status = dentry->d_op->d_weak_revalidate(dentry, nd->flags);
1368 return finish_automount(dentry->d_op->d_automount(path), path);
1388 ret = path->dentry->d_op->d_manage(path, false);
1499 int res = dentry->d_op->d_manage(path, true);
2295 err = parent->d_op->d_hash(parent, &this);
2695 int err = base->d_op->d_hash(base, this);
H A Dnamespace.c1942 return dentry->d_op == &ns_dentry_operations &&
2588 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations)
/linux-master/include/linux/
H A Ddcache.h95 const struct dentry_operations *d_op; member in struct:dentry
565 return dentry->d_op->d_real(dentry, type);
H A Dfscrypt.h246 if (dentry->d_op->d_revalidate == fscrypt_d_revalidate)
296 dentry->d_op->d_revalidate == fscrypt_d_revalidate) {
/linux-master/fs/overlayfs/
H A Dsuper.c92 ret = d->d_op->d_weak_revalidate(d, flags);
94 ret = d->d_op->d_revalidate(d, flags);
/linux-master/fs/autofs/
H A Droot.c846 dentry->d_op == &autofs_dentry_operations &&
/linux-master/fs/9p/
H A Dvfs_inode.c518 dentry->d_op->d_release(dentry);
/linux-master/fs/ceph/
H A Dinode.c1471 realdn->d_op->d_prune(realdn);

Completed in 166 milliseconds