Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dxattr.c123 if (d_really_is_negative(privroot)) in open_xa_root()
131 else if (d_really_is_negative(xaroot)) { in open_xa_root()
162 if (!IS_ERR(xadir) && d_really_is_negative(xadir)) { in open_xa_dir()
210 } else if (d_really_is_negative(dentry)) { in fill_with_dentries()
252 } else if (d_really_is_negative(dir)) { in reiserfs_for_each_xattr()
397 if (d_really_is_negative(xafile)) { in xattr_lookup()
878 if (d_really_is_negative(dentry)) in reiserfs_listxattr()
913 if (err || d_really_is_negative(dentry)) { in create_privroot()
1029 if (d_really_is_negative(privroot) && !(mount_flags & MS_RDONLY)) { in reiserfs_xattr_init()
Dxattr.h81 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
/linux-4.1.27/fs/debugfs/
Dinode.c564 if (!parent || d_really_is_negative(parent)) in debugfs_remove()
595 if (!parent || d_really_is_negative(parent)) in debugfs_remove_recursive()
679 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename()
682 if (d_really_is_negative(old_dentry) || old_dentry == trap || in debugfs_rename()
/linux-4.1.27/fs/cifs/
Dxattr.c53 if (d_really_is_negative(direntry)) in cifs_removexattr()
114 if (d_really_is_negative(direntry)) in cifs_setxattr()
249 if (d_really_is_negative(direntry)) in cifs_getxattr()
385 if (d_really_is_negative(direntry)) in cifs_listxattr()
/linux-4.1.27/fs/ecryptfs/
Dinode.c357 if (d_really_is_negative(lower_dentry)) { in ecryptfs_lookup_interpose()
469 if (rc || d_really_is_negative(lower_new_dentry)) in ecryptfs_link()
516 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_symlink()
526 if (d_really_is_negative(dentry)) in ecryptfs_symlink()
540 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mkdir()
550 if (d_really_is_negative(dentry)) in ecryptfs_mkdir()
588 if (rc || d_really_is_negative(lower_dentry)) in ecryptfs_mknod()
597 if (d_really_is_negative(dentry)) in ecryptfs_mknod()
/linux-4.1.27/fs/9p/
Dvfs_dentry.c56 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/linux-4.1.27/fs/gfs2/
Ddentry.c116 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
/linux-4.1.27/security/
Dinode.c200 if (!parent || d_really_is_negative(parent)) in securityfs_remove()
/linux-4.1.27/fs/configfs/
Dinode.c254 if (d_really_is_negative(dir)) in configfs_hash_and_remove()
Ddir.c1460 if (d_really_is_negative(new_dentry)) {
/linux-4.1.27/fs/ocfs2/
Ddcache.c246 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/linux-4.1.27/fs/nfsd/
Dvfs.c273 if (!err && d_really_is_negative(dentry)) in nfsd_lookup()
1379 if (d_really_is_negative(dchild)) { in do_nfsd_create()
1645 if (d_really_is_negative(dold)) in nfsd_link()
1720 if (d_really_is_negative(odentry)) in nfsd_rename()
1800 if (d_really_is_negative(rdentry)) { in nfsd_unlink()
Dnfs2acl.c269 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
Dnfsfh.c600 if (d_really_is_negative(dentry)) in fh_update()
Dnfsproc.c226 if (!nfserr && d_really_is_negative(dchild)) in nfsd_proc_create()
Dnfs3xdr.c831 if (d_really_is_negative(dchild)) in compose_entry_fh()
Dnfs4recover.c326 if (d_really_is_negative(dentry)) in nfsd4_unlink_clid_dir()
Dnfs4proc.c885 if (d_really_is_negative(dentry)) { in nfsd4_secinfo()
Dnfs4xdr.c2831 if (d_really_is_negative(dentry)) { in nfsd4_encode_dirent_fattr()
/linux-4.1.27/include/linux/
Ddcache.h485 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/linux-4.1.27/fs/ncpfs/
Ddir.c329 if (d_really_is_negative(dentry)) in ncp_lookup_validate()
494 if (d_really_is_negative(dent)) { in ncp_readdir()
624 if (d_really_is_negative(newdent)) { in ncp_fill_cache()
/linux-4.1.27/fs/autofs4/
Dwaitq.c367 if (d_really_is_negative(dentry)) { in autofs4_wait()
Droot.c243 if (d_really_is_negative(expiring)) in autofs4_lookup_expiring()
/linux-4.1.27/fs/coda/
Ddir.c490 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c657 if (d_really_is_negative(dentry)) in __rpc_lookup_create_exclusive()
682 if (d_really_is_negative(dentry)) in __rpc_depopulate()
/linux-4.1.27/fs/ceph/
Dinode.c1255 if (d_really_is_negative(dn)) { in ceph_fill_trace()
1443 if (d_really_is_negative(dn)) in ceph_readdir_prepopulate()
1449 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
Dfile.c294 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
Ddir.c630 if (d_really_is_negative(dentry)) { in ceph_lookup()
/linux-4.1.27/fs/kernfs/
Ddir.c447 if (d_really_is_negative(dentry)) in kernfs_dop_revalidate()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_debugfs.c442 if (!parent || d_really_is_negative(parent)) in drbd_single_open()
/linux-4.1.27/fs/afs/
Ddir.c626 if (d_really_is_negative(dentry)) in afs_d_revalidate()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c158 if (d_really_is_negative(child)) in ll_invalidate_negative_children()
/linux-4.1.27/ipc/
Dmqueue.c829 if (d_really_is_negative(path.dentry)) { in SYSCALL_DEFINE4()
/linux-4.1.27/fs/btrfs/
Dtree-log.c4830 if (!parent || d_really_is_negative(parent) || sb != d_inode(parent)->i_sb) in check_parent_dirs_for_sync()
4858 if (!parent || d_really_is_negative(parent) || sb != d_inode(parent)->i_sb) in check_parent_dirs_for_sync()
5133 if (!parent || d_really_is_negative(parent) || sb != d_inode(parent)->i_sb) in btrfs_log_inode_parent()
Dioctl.c775 if (d_really_is_negative(victim)) in btrfs_may_delete()
2347 if (d_really_is_negative(dentry)) { in btrfs_ioctl_snap_destroy()
/linux-4.1.27/fs/nfs/
Ddir.c419 if (d_really_is_negative(dentry)) in nfs_same_file()
Dnfs4proc.c2328 if (d_really_is_negative(dentry)) { in _nfs4_open_and_get_state()
/linux-4.1.27/fs/quota/
Ddquot.c2400 if (d_really_is_negative(dentry)) { in dquot_quota_on_mount()