/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 125 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 D | xattr.h | 79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 447 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 D | vfs_dentry.c | 37 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
|
/openbmc/linux/fs/gfs2/ |
H A D | dentry.c | 90 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
|
/openbmc/linux/fs/kernfs/ |
H A D | kernfs-internal.h | 102 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
|
H A D | dir.c | 1121 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
|
/openbmc/linux/fs/debugfs/ |
H A D | inode.c | 839 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 D | inode.c | 225 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
|
/openbmc/linux/fs/ocfs2/ |
H A D | dcache.c | 230 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
|
/openbmc/linux/fs/ceph/ |
H A D | dir.c | 244 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 D | inode.c | 1401 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 D | file.c | 708 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 D | dcache.h | 464 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs2acl.c | 255 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
|
H A D | vfs.c | 333 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 D | nfsfh.c | 595 if (d_really_is_negative(dentry)) in fh_update()
|
H A D | nfsproc.c | 291 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
|
H A D | nfs3proc.c | 260 if (d_really_is_negative(child)) { in nfsd3_create_file()
|
/openbmc/linux/fs/autofs/ |
H A D | waitq.c | 329 if (d_really_is_negative(dentry)) { in autofs_wait()
|
H A D | root.c | 216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | 495 if (d_really_is_negative(dentry)) in coda_dentry_delete()
|
/openbmc/linux/net/sunrpc/ |
H A D | rpc_pipe.c | 641 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 D | super.c | 324 if (d_really_is_negative(work)) in ovl_workdir_create()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 644 if (d_really_is_negative(dentry)) in nfs_same_file() 1493 d_really_is_negative(dentry)) in nfs_dentry_verify_change()
|