Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/reiserfs/
H A Dxattr.c125 if (d_really_is_negative(privroot)) in open_xa_root()
133 else if (d_really_is_negative(xaroot)) { in open_xa_root()
164 if (!IS_ERR(xadir) && d_really_is_negative(xadir)) { in open_xa_dir()
214 } else if (d_really_is_negative(dentry)) { in fill_with_dentries()
257 } else if (d_really_is_negative(dir)) { in reiserfs_for_each_xattr()
410 if (d_really_is_negative(xafile)) { in xattr_lookup()
858 if (d_really_is_negative(dentry)) in reiserfs_listxattr()
892 if (err || d_really_is_negative(dentry)) { in create_privroot()
1005 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
H A Dxattr.h79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c447 if (rc || d_really_is_negative(lower_new_dentry)) in ecryptfs_link()
492 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_symlink()
501 if (d_really_is_negative(dentry)) in ecryptfs_symlink()
517 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mkdir()
527 if (d_really_is_negative(dentry)) in ecryptfs_mkdir()
570 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mknod()
579 if (d_really_is_negative(dentry)) in ecryptfs_mknod()
/openbmc/linux/fs/9p/
H A Dvfs_dentry.c37 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/openbmc/linux/fs/gfs2/
H A Ddentry.c90 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
/openbmc/linux/fs/kernfs/
H A Dkernfs-internal.h102 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
H A Ddir.c1121 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
/openbmc/linux/fs/debugfs/
H A Dinode.c839 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename()
842 if (d_really_is_negative(old_dentry) || old_dentry == trap || in debugfs_rename()
/openbmc/linux/fs/configfs/
H A Dinode.c225 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
/openbmc/linux/fs/ocfs2/
H A Ddcache.c230 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/openbmc/linux/fs/ceph/
H A Ddir.c244 d_really_is_negative(dentry) || in __dcache_readdir()
800 if (d_really_is_negative(dentry)) { in ceph_lookup()
1944 if (d_really_is_negative(dentry)) in ceph_d_revalidate()
1977 if (d_really_is_negative(dentry)) in ceph_d_delete()
2036 if (d_really_is_negative(dentry)) in ceph_d_prune()
H A Dinode.c1401 if (d_really_is_negative(dentry)) in update_dentry_lease_careful()
1714 if (d_really_is_negative(dn)) { in ceph_fill_trace()
2009 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
2023 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
H A Dfile.c708 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) { in ceph_finish_async_create()
881 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
/openbmc/linux/include/linux/
H A Ddcache.h464 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/openbmc/linux/fs/nfsd/
H A Dnfs2acl.c255 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
H A Dvfs.c333 if (!err && d_really_is_negative(dentry)) in nfsd_lookup()
1703 if (d_really_is_negative(dold)) in nfsd_link()
1812 if (d_really_is_negative(odentry)) in nfsd_rename()
1919 if (d_really_is_negative(rdentry)) { in nfsd_unlink()
H A Dnfsfh.c595 if (d_really_is_negative(dentry)) in fh_update()
H A Dnfsproc.c291 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
H A Dnfs3proc.c260 if (d_really_is_negative(child)) { in nfsd3_create_file()
/openbmc/linux/fs/autofs/
H A Dwaitq.c329 if (d_really_is_negative(dentry)) { in autofs_wait()
H A Droot.c216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
/openbmc/linux/fs/coda/
H A Ddir.c495 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/openbmc/linux/net/sunrpc/
H A Drpc_pipe.c641 if (d_really_is_negative(dentry)) in __rpc_lookup_create_exclusive()
666 if (d_really_is_negative(dentry)) in __rpc_depopulate()
/openbmc/linux/fs/overlayfs/
H A Dsuper.c324 if (d_really_is_negative(work)) in ovl_workdir_create()
/openbmc/linux/fs/nfs/
H A Ddir.c644 if (d_really_is_negative(dentry)) in nfs_same_file()
1493 d_really_is_negative(dentry)) in nfs_dentry_verify_change()

12