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

12

/linux-master/fs/9p/
H A Dvfs_dentry.c37 if (d_really_is_negative(dentry))
/linux-master/fs/gfs2/
H A Ddentry.c90 if (d_really_is_negative(dentry))
/linux-master/fs/reiserfs/
H A Dxattr.h79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root))
H A Dxattr.c125 if (d_really_is_negative(privroot))
133 else if (d_really_is_negative(xaroot)) {
164 if (!IS_ERR(xadir) && d_really_is_negative(xadir)) {
214 } else if (d_really_is_negative(dentry)) {
257 } else if (d_really_is_negative(dir)) {
410 if (d_really_is_negative(xafile)) {
858 if (d_really_is_negative(dentry))
892 if (err || d_really_is_negative(dentry)) {
1005 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) {
/linux-master/fs/kernfs/
H A Dkernfs-internal.h102 if (d_really_is_negative(dentry))
H A Ddir.c1121 if (d_really_is_negative(dentry)) {
/linux-master/fs/ecryptfs/
H A Dinode.c447 if (rc || d_really_is_negative(lower_new_dentry))
492 if (rc || d_really_is_negative(lower_dentry))
501 if (d_really_is_negative(dentry))
517 if (rc || d_really_is_negative(lower_dentry))
527 if (d_really_is_negative(dentry))
570 if (rc || d_really_is_negative(lower_dentry))
579 if (d_really_is_negative(dentry))
/linux-master/fs/debugfs/
H A Dinode.c889 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir))
892 if (d_really_is_negative(old_dentry) || old_dentry == trap ||
/linux-master/fs/configfs/
H A Dinode.c225 if (d_really_is_negative(dir))
/linux-master/fs/ocfs2/
H A Ddcache.c223 if (d_really_is_negative(dentry) && dentry->d_fsdata) {
/linux-master/fs/nfsd/
H A Dnfs2acl.c253 if (dentry == NULL || d_really_is_negative(dentry))
H A Dnfsfh.c595 if (d_really_is_negative(dentry))
H A Dvfs.c331 if (!err && d_really_is_negative(dentry))
1757 if (d_really_is_negative(dold))
1870 if (d_really_is_negative(odentry))
1978 if (d_really_is_negative(rdentry)) {
H A Dnfsproc.c291 if (!resp->status && d_really_is_negative(dchild))
H A Dnfs3proc.c263 if (d_really_is_negative(child)) {
H A Dnfs4recover.c355 if (d_really_is_negative(dentry))
/linux-master/include/linux/
H A Ddcache.h462 * d_really_is_negative - Determine if a dentry is really negative (ignoring fallthroughs)
476 static inline bool d_really_is_negative(const struct dentry *dentry) function
/linux-master/fs/autofs/
H A Dwaitq.c329 if (d_really_is_negative(dentry)) {
H A Droot.c216 if (d_really_is_negative(expiring))
/linux-master/fs/ceph/
H A Ddir.c251 d_really_is_negative(dentry) ||
826 if (d_really_is_negative(dentry)) {
1997 if (d_really_is_negative(dentry))
2030 if (d_really_is_negative(dentry))
2091 if (d_really_is_negative(dentry))
H A Dinode.c1433 if (d_really_is_negative(dentry))
1742 if (d_really_is_negative(dn)) {
2041 if (d_really_is_negative(dn)) {
2055 if (d_really_is_negative(dn)) {
/linux-master/fs/coda/
H A Ddir.c495 if (d_really_is_negative(dentry))
/linux-master/net/sunrpc/
H A Drpc_pipe.c641 if (d_really_is_negative(dentry))
666 if (d_really_is_negative(dentry))
/linux-master/fs/overlayfs/
H A Dsuper.c324 if (d_really_is_negative(work))
/linux-master/ipc/
H A Dmqueue.c875 if (d_really_is_negative(dentry)) {

Completed in 269 milliseconds

12