Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dvfs_dentry.c37 if (d_really_is_negative(dentry)) in v9fs_cached_dentry_delete()
/linux/fs/gfs2/
H A Ddentry.c90 if (d_really_is_negative(dentry)) in gfs2_dentry_delete()
/linux/fs/debugfs/
H A Dinode.c874 if (d_really_is_negative(old_dir) || d_really_is_negative(new_dir)) in debugfs_rename()
877 if (d_really_is_negative(old_dentry) || old_dentry == trap || in debugfs_rename()
/linux/fs/kernfs/
H A Dkernfs-internal.h102 if (d_really_is_negative(dentry)) in kernfs_dentry_node()
H A Ddir.c1121 if (d_really_is_negative(dentry)) { in kernfs_dop_revalidate()
/linux/fs/ocfs2/
H A Ddcache.c223 if (d_really_is_negative(dentry) && dentry->d_fsdata) { in ocfs2_dentry_attach_lock()
/linux/include/linux/
H A Ddcache.h483 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative() function
/linux/fs/ceph/
H A Ddir.c251 d_really_is_negative(dentry) || in __dcache_readdir()
825 if (d_really_is_negative(dentry)) { in ceph_lookup()
2024 if (d_really_is_negative(dentry)) in ceph_d_revalidate()
2057 if (d_really_is_negative(dentry)) in ceph_d_delete()
2118 if (d_really_is_negative(dentry)) in ceph_d_prune()
H A Dinode.c1434 if (d_really_is_negative(dentry)) in update_dentry_lease_careful()
1743 if (d_really_is_negative(dn)) { in ceph_fill_trace()
2042 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
2056 if (d_really_is_negative(dn)) { in ceph_readdir_prepopulate()
H A Dfile.c757 if (d_in_lookup(dentry) || d_really_is_negative(dentry)) { in ceph_finish_async_create()
965 if (dn || d_really_is_negative(dentry) || d_is_symlink(dentry)) { in ceph_atomic_open()
/linux/fs/nfsd/
H A Dnfs2acl.c253 if (dentry == NULL || d_really_is_negative(dentry)) in nfsaclsvc_encode_getaclres()
H A Dnfsproc.c322 if (!resp->status && d_really_is_negative(dchild)) in nfsd_proc_create()
H A Dnfs3proc.c293 if (d_really_is_negative(child)) { in nfsd3_create_file()
H A Dnfs4proc.c275 if (d_really_is_negative(child)) { in nfsd4_create_file()
1080 if (d_really_is_negative(dentry)) { in nfsd4_secinfo()
/linux/fs/autofs/
H A Dwaitq.c329 if (d_really_is_negative(dentry)) { in autofs_wait()
H A Droot.c216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring()
/linux/fs/coda/
H A Ddir.c495 if (d_really_is_negative(dentry)) in coda_dentry_delete()
/linux/net/sunrpc/
H A Drpc_pipe.c640 if (d_really_is_negative(dentry)) in __rpc_lookup_create_exclusive()
665 if (d_really_is_negative(dentry)) in __rpc_depopulate()
/linux/fs/overlayfs/
H A Dsuper.c318 if (d_really_is_negative(work)) in ovl_workdir_create()
/linux/fs/nfs/
H A Ddir.c646 if (d_really_is_negative(dentry)) in nfs_same_file()
1495 d_really_is_negative(dentry)) in nfs_dentry_verify_change()
H A Dnfs4proc.c3145 if (d_really_is_negative(dentry)) { in _nfs4_open_and_get_state()
/linux/ipc/
H A Dmqueue.c875 if (d_really_is_negative(dentry)) { in prepare_open()
/linux/fs/afs/
H A Ddir.c1162 if (d_really_is_negative(dentry)) in afs_d_revalidate()
/linux/fs/btrfs/
H A Dioctl.c939 if (d_really_is_negative(victim)) in btrfs_may_delete()
2528 if (d_really_is_negative(dentry)) { in btrfs_ioctl_snap_destroy()
H A Dtree-log.c6943 if (!parent || d_really_is_negative(parent) || in log_new_ancestors_fast()