Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/reiserfs/
A Dxattr.c124 if (d_really_is_negative(privroot)) in open_xa_root()
132 else if (d_really_is_negative(xaroot)) { in open_xa_root()
163 if (!IS_ERR(xadir) && d_really_is_negative(xadir)) { in open_xa_dir()
213 } else if (d_really_is_negative(dentry)) { in fill_with_dentries()
256 } else if (d_really_is_negative(dir)) { in reiserfs_for_each_xattr()
409 if (d_really_is_negative(xafile)) { in xattr_lookup()
849 if (d_really_is_negative(dentry)) in reiserfs_listxattr()
883 if (err || d_really_is_negative(dentry)) { in create_privroot()
1003 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
A Dxattr.h79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
/linux-6.3-rc2/fs/ecryptfs/
A Dinode.c439 if (rc || d_really_is_negative(lower_new_dentry)) in ecryptfs_link()
484 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_symlink()
493 if (d_really_is_negative(dentry)) in ecryptfs_symlink()
509 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mkdir()
519 if (d_really_is_negative(dentry)) in ecryptfs_mkdir()
562 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mknod()
571 if (d_really_is_negative(dentry)) in ecryptfs_mknod()
/linux-6.3-rc2/fs/9p/
A Dvfs_dentry.c38 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/linux-6.3-rc2/fs/kernfs/
A Dkernfs-internal.h98 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
A Ddir.c1089 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
/linux-6.3-rc2/fs/debugfs/
A Dinode.c827 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename()
830 if (d_really_is_negative(old_dentry) || old_dentry == trap || in debugfs_rename()
/linux-6.3-rc2/fs/configfs/
A Dinode.c226 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
/linux-6.3-rc2/fs/ocfs2/
A Ddcache.c230 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/linux-6.3-rc2/fs/ceph/
A Ddir.c243 d_really_is_negative(dentry) || in __dcache_readdir()
764 if (d_really_is_negative(dentry)) { in ceph_lookup()
1824 if (d_really_is_negative(dentry)) in ceph_d_revalidate()
1857 if (d_really_is_negative(dentry)) in ceph_d_delete()
1916 if (d_really_is_negative(dentry)) in ceph_d_prune()
A Dinode.c1192 if (d_really_is_negative(dentry)) in update_dentry_lease_careful()
1479 if (d_really_is_negative(dn)) { in ceph_fill_trace()
1770 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
1784 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
A Dfile.c708 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) { in ceph_finish_async_create()
855 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
/linux-6.3-rc2/include/linux/
A Ddcache.h464 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/linux-6.3-rc2/fs/ksmbd/
A Dvfs.c699 if (d_really_is_negative(dst_dent)) in ksmbd_validate_entry_in_use()
732 if (d_really_is_negative(src_dent_parent)) in __ksmbd_vfs_rename()
734 if (d_really_is_negative(dst_dent_parent)) in __ksmbd_vfs_rename()
736 if (d_really_is_negative(src_dent)) in __ksmbd_vfs_rename()
/linux-6.3-rc2/fs/nfsd/
A Dnfs2acl.c253 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
A Dvfs.c332 if (!err && d_really_is_negative(dentry)) in nfsd_lookup()
1632 if (d_really_is_negative(dold)) in nfsd_link()
1729 if (d_really_is_negative(odentry)) in nfsd_rename()
1841 if (d_really_is_negative(rdentry)) { in nfsd_unlink()
A Dnfsfh.c591 if (d_really_is_negative(dentry)) in fh_update()
A Dnfsproc.c303 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
A Dnfs3proc.c272 if (d_really_is_negative(child)) { in nfsd3_create_file()
/linux-6.3-rc2/fs/autofs/
A Dwaitq.c328 if (d_really_is_negative(dentry)) { in autofs_wait()
A Droot.c216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
/linux-6.3-rc2/fs/coda/
A Ddir.c502 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/linux-6.3-rc2/net/sunrpc/
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()
/linux-6.3-rc2/fs/nfs/
A Ddir.c647 if (d_really_is_negative(dentry)) in nfs_same_file()
1488 d_really_is_negative(dentry)) in nfs_dentry_verify_change()
/linux-6.3-rc2/ipc/
A Dmqueue.c874 if (d_really_is_negative(dentry)) { in prepare_open()

Completed in 84 milliseconds

12