Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfsnotify.h214 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_unlink()
237 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_rmdir()
Ddcache.h439 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
452 return !d_is_negative(dentry); in d_is_positive()
/Linux-v5.10/fs/cachefiles/
Dnamei.c548 if (d_is_negative(next)) in cachefiles_walk_to_object()
554 if (d_is_negative(next)) { in cachefiles_walk_to_object()
590 if (d_is_negative(next)) { in cachefiles_walk_to_object()
782 if (d_is_negative(subdir)) { in cachefiles_get_directory()
891 if (d_is_negative(victim)) { in cachefiles_check_active()
Dbind.c123 if (d_is_negative(root) || in cachefiles_daemon_add_cache()
/Linux-v5.10/fs/afs/
Ddir_silly.c130 } while (!d_is_negative(sdentry)); in afs_sillyrename()
Ddir.c1914 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/Linux-v5.10/fs/overlayfs/
Ddir.c492 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1215 if (!d_is_negative(newdentry) && in ovl_rename()
Dnamei.c206 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/Linux-v5.10/fs/
Ddcache.c402 if (d_is_negative(dentry)) in d_lru_add()
412 if (d_is_negative(dentry)) in d_lru_del()
444 if (d_is_negative(dentry)) in d_lru_isolate()
454 if (d_is_negative(dentry)) in d_lru_shrink_move()
Dnamei.c2689 if (d_is_negative(victim)) in may_delete()
2986 if (unlikely(d_is_negative(dentry))) in atomic_open()
3891 if (d_is_negative(dentry)) in do_unlinkat()
3922 if (d_is_negative(dentry)) in do_unlinkat()
4415 if (d_is_negative(old_dentry)) in do_renameat2()
4426 if (d_is_negative(new_dentry)) in do_renameat2()
/Linux-v5.10/fs/nfsd/
Dvfs.c1263 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()