Home
last modified time | relevance | path

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

12

/linux/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()
856 if (d_really_is_negative(dentry)) in reiserfs_listxattr()
890 if (err || d_really_is_negative(dentry)) { in create_privroot()
1010 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/fs/ecryptfs/
A 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/fs/9p/
A Dvfs_dentry.c39 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/linux/fs/gfs2/
A Ddentry.c90 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
/linux/fs/debugfs/
A Dinode.c772 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename()
775 if (d_really_is_negative(old_dentry) || old_dentry == trap || in debugfs_rename()
/linux/fs/kernfs/
A Dkernfs-internal.h80 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
A Ddir.c1043 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
/linux/fs/configfs/
A Dinode.c226 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
/linux/fs/erofs/
A Dnamei.c217 DBG_BUGON(!d_really_is_negative(dentry)); in erofs_lookup()
/linux/fs/nfsd/
A Dvfs.c271 if (!err && d_really_is_negative(dentry)) in nfsd_lookup()
1399 if (d_really_is_negative(dchild)) { in do_nfsd_create()
1661 if (d_really_is_negative(dold)) in nfsd_link()
1759 if (d_really_is_negative(odentry)) in nfsd_rename()
1868 if (d_really_is_negative(rdentry)) { in nfsd_unlink()
A Dnfs2acl.c254 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
A Dnfsfh.c596 if (d_really_is_negative(dentry)) in fh_update()
A Dnfsproc.c301 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
/linux/fs/ceph/
A Ddir.c243 d_really_is_negative(dentry) || in __dcache_readdir()
755 if (d_really_is_negative(dentry)) { in ceph_lookup()
1754 if (d_really_is_negative(dentry)) in ceph_d_revalidate()
1787 if (d_really_is_negative(dentry)) in ceph_d_delete()
1846 if (d_really_is_negative(dentry)) in ceph_d_prune()
A Dinode.c1180 if (d_really_is_negative(dentry)) in update_dentry_lease_careful()
1465 if (d_really_is_negative(dn)) { in ceph_fill_trace()
1756 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
1770 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
A Dfile.c660 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) { in ceph_finish_async_create()
781 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
/linux/fs/ocfs2/
A Ddcache.c230 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/linux/fs/ksmbd/
A Dvfs.c703 if (d_really_is_negative(dst_dent)) in ksmbd_validate_entry_in_use()
736 if (d_really_is_negative(src_dent_parent)) in __ksmbd_vfs_rename()
738 if (d_really_is_negative(dst_dent_parent)) in __ksmbd_vfs_rename()
740 if (d_really_is_negative(src_dent)) in __ksmbd_vfs_rename()
/linux/include/linux/
A Ddcache.h474 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/linux/fs/autofs/
A Dwaitq.c328 if (d_really_is_negative(dentry)) { in autofs_wait()
A Droot.c213 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
/linux/fs/coda/
A Ddir.c502 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/linux/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/ipc/
A Dmqueue.c862 if (d_really_is_negative(dentry)) { in prepare_open()

Completed in 49 milliseconds

12