Home
last modified time | relevance | path

Searched refs:d_is_negative (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/cachefiles/
Dnamei.c551 if (d_is_negative(next)) in cachefiles_walk_to_object()
557 if (d_is_negative(next)) { in cachefiles_walk_to_object()
593 if (d_is_negative(next)) { in cachefiles_walk_to_object()
785 if (d_is_negative(subdir)) { in cachefiles_get_directory()
894 if (d_is_negative(victim)) { in cachefiles_check_active()
Dbind.c127 if (d_is_negative(root) || in cachefiles_daemon_add_cache()
/Linux-v4.19/include/linux/
Ddcache.h438 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
446 return !d_is_negative(dentry); in d_is_positive()
/Linux-v4.19/fs/
Dnamei.c1583 negative = d_is_negative(dentry); in lookup_fast()
1628 if (unlikely(d_is_negative(dentry))) { in lookup_fast()
1820 if (unlikely(d_is_negative(path.dentry))) { in walk_component()
2671 if (d_is_negative(path.dentry)) { in mountpoint_last()
2795 if (d_is_negative(victim)) in may_delete()
3099 if (unlikely(d_is_negative(dentry))) { in atomic_open()
3365 if (unlikely(d_is_negative(path.dentry))) { in do_last()
4057 if (d_is_negative(dentry)) in do_unlinkat()
4088 if (d_is_negative(dentry)) in do_unlinkat()
4585 if (d_is_negative(old_dentry)) in do_renameat2()
[all …]
/Linux-v4.19/fs/crypto/
Dcrypto.c348 if ((!cached_with_key && d_is_negative(dentry)) || in fscrypt_d_revalidate()
/Linux-v4.19/fs/overlayfs/
Dnamei.c656 if (d_is_negative(index)) in ovl_get_index_fh()
697 if (d_is_negative(index)) { in ovl_lookup_index()
Ddir.c1147 if (!d_is_negative(newdentry) && in ovl_rename()
/Linux-v4.19/fs/afs/
Ddir.c1531 bool new_negative = d_is_negative(new_dentry); in afs_rename()
/Linux-v4.19/fs/nfsd/
Dvfs.c1214 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()