Searched refs:d_really_is_negative (Results 1 - 25 of 32) sorted by last modified time

12

/linux-master/fs/overlayfs/
H A Dsuper.c324 if (d_really_is_negative(work))
/linux-master/fs/debugfs/
H A Dinode.c877 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir))
880 if (d_really_is_negative(old_dentry) || old_dentry == trap ||
/linux-master/fs/ceph/
H A Dinode.c1435 if (d_really_is_negative(dentry))
1744 if (d_really_is_negative(dn)) {
2043 if (d_really_is_negative(dn)) {
2057 if (d_really_is_negative(dn)) {
H A Dfile.c726 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) {
903 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) {
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))
/linux-master/fs/btrfs/
H A Dtree-log.c6921 if (!parent || d_really_is_negative(parent) ||
H A Dioctl.c939 if (d_really_is_negative(victim))
2533 if (d_really_is_negative(dentry)) {
/linux-master/fs/nfsd/
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 Dnfsfh.c595 if (d_really_is_negative(dentry))
H A Dnfsproc.c291 if (!resp->status && d_really_is_negative(dchild))
H A Dnfs4proc.c272 if (d_really_is_negative(child)) {
1086 if (d_really_is_negative(dentry)) {
H A Dnfs3proc.c263 if (d_really_is_negative(child)) {
H A Dnfs4recover.c355 if (d_really_is_negative(dentry))
/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/afs/
H A Ddir.c1161 if (d_really_is_negative(dentry))
/linux-master/fs/nfs/
H A Dnfs4proc.c3093 if (d_really_is_negative(dentry)) {
H A Ddir.c644 if (d_really_is_negative(dentry))
1493 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/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/gfs2/
H A Ddentry.c90 if (d_really_is_negative(dentry))
/linux-master/fs/ocfs2/
H A Ddcache.c223 if (d_really_is_negative(dentry) && dentry->d_fsdata) {
/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/ipc/
H A Dmqueue.c875 if (d_really_is_negative(dentry)) {
/linux-master/fs/reiserfs/
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)) {

Completed in 361 milliseconds

12