Home
last modified time | relevance | path

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

12

/linux-6.1.9/fs/reiserfs/
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()
Dxattr.h79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
/linux-6.1.9/fs/ecryptfs/
Dinode.c437 if (rc || d_really_is_negative(lower_new_dentry)) in ecryptfs_link()
482 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_symlink()
491 if (d_really_is_negative(dentry)) in ecryptfs_symlink()
507 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mkdir()
517 if (d_really_is_negative(dentry)) in ecryptfs_mkdir()
560 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mknod()
569 if (d_really_is_negative(dentry)) in ecryptfs_mknod()
/linux-6.1.9/fs/9p/
Dvfs_dentry.c39 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/linux-6.1.9/fs/gfs2/
Ddentry.c90 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
/linux-6.1.9/fs/kernfs/
Dkernfs-internal.h98 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
Ddir.c1081 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
/linux-6.1.9/fs/debugfs/
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.1.9/fs/configfs/
Dinode.c226 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
/linux-6.1.9/fs/ocfs2/
Ddcache.c230 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/linux-6.1.9/fs/ceph/
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()
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()
Dfile.c703 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) { in ceph_finish_async_create()
850 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
/linux-6.1.9/include/linux/
Ddcache.h464 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/linux-6.1.9/fs/ksmbd/
Dvfs.c698 if (d_really_is_negative(dst_dent)) in ksmbd_validate_entry_in_use()
731 if (d_really_is_negative(src_dent_parent)) in __ksmbd_vfs_rename()
733 if (d_really_is_negative(dst_dent_parent)) in __ksmbd_vfs_rename()
735 if (d_really_is_negative(src_dent)) in __ksmbd_vfs_rename()
/linux-6.1.9/fs/nfsd/
Dnfs2acl.c253 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
Dvfs.c265 if (!err && d_really_is_negative(dentry)) in nfsd_lookup()
1563 if (d_really_is_negative(dold)) in nfsd_link()
1660 if (d_really_is_negative(odentry)) in nfsd_rename()
1772 if (d_really_is_negative(rdentry)) { in nfsd_unlink()
Dnfsfh.c591 if (d_really_is_negative(dentry)) in fh_update()
Dnfsproc.c303 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
Dnfs3proc.c272 if (d_really_is_negative(child)) { in nfsd3_create_file()
/linux-6.1.9/fs/autofs/
Dwaitq.c328 if (d_really_is_negative(dentry)) { in autofs_wait()
Droot.c216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
/linux-6.1.9/fs/coda/
Ddir.c502 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/linux-6.1.9/net/sunrpc/
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.1.9/fs/nfs/
Ddir.c647 if (d_really_is_negative(dentry)) in nfs_same_file()
1483 d_really_is_negative(dentry)) in nfs_dentry_verify_change()

12