Home
last modified time | relevance | path

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

/linux-6.1.9/security/landlock/
Dfs.c212 if (d_is_negative(dentry)) in find_rule()
694 if (d_is_negative(dentry)) in maybe_remove()
834 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
837 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
Dsyscalls.c264 d_is_negative(f.file->f_path.dentry) || in get_path_from_fd()
/linux-6.1.9/include/linux/
Dfsnotify.h271 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_unlink()
298 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_rmdir()
Ddcache.h433 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-6.1.9/fs/cachefiles/
Dnamei.c118 if (d_is_negative(subdir)) { in cachefiles_get_directory()
690 if (!d_is_negative(dentry)) { in cachefiles_commit_tmpfile()
756 if (d_is_negative(victim)) in cachefiles_lookup_for_cull()
Dcache.c61 if (d_is_negative(root) || in cachefiles_add_cache()
/linux-6.1.9/fs/afs/
Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
Ddir.c1944 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux-6.1.9/fs/
Ddcache.c429 if (d_is_negative(dentry)) in d_lru_add()
439 if (d_is_negative(dentry)) in d_lru_del()
471 if (d_is_negative(dentry)) in d_lru_isolate()
481 if (d_is_negative(dentry)) in d_lru_shrink_move()
Dnamei.c2922 if (d_is_negative(victim)) in may_delete()
3292 if (unlikely(d_is_negative(dentry))) in atomic_open()
4313 if (d_is_negative(dentry)) in do_unlinkat()
4347 if (d_is_negative(dentry)) in do_unlinkat()
4879 if (d_is_negative(old_dentry)) in do_renameat2()
4890 if (d_is_negative(new_dentry)) in do_renameat2()
/linux-6.1.9/fs/overlayfs/
Ddir.c497 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1238 if (!d_is_negative(newdentry)) { in ovl_rename()
Dnamei.c213 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux-6.1.9/fs/ksmbd/
Dvfs.c232 if (unlikely(d_is_negative(d))) { in ksmbd_vfs_mkdir()
Dsmb2pdu.c3659 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux-6.1.9/fs/nfsd/
Dvfs.c1319 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()