Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A 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()
A 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.3-rc2/security/landlock/
A Dfs.c213 if (d_is_negative(dentry)) in find_rule()
689 if (d_is_negative(dentry)) in maybe_remove()
830 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
833 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
A Dsyscalls.c264 d_is_negative(f.file->f_path.dentry) || in get_path_from_fd()
/linux-6.3-rc2/fs/cachefiles/
A 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()
A Dcache.c61 if (d_is_negative(root) || in cachefiles_add_cache()
/linux-6.3-rc2/fs/afs/
A Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
A Ddir.c1945 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux-6.3-rc2/fs/
A 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()
A Dnamei.c2923 if (d_is_negative(victim)) in may_delete()
3295 if (unlikely(d_is_negative(dentry))) in atomic_open()
4310 if (d_is_negative(dentry)) in do_unlinkat()
4343 if (d_is_negative(dentry)) in do_unlinkat()
4872 if (d_is_negative(old_dentry)) in do_renameat2()
4883 if (d_is_negative(new_dentry)) in do_renameat2()
/linux-6.3-rc2/fs/overlayfs/
A Ddir.c481 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1222 if (!d_is_negative(newdentry)) { in ovl_rename()
A Dnamei.c213 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux-6.3-rc2/fs/ksmbd/
A Dvfs.c233 if (unlikely(d_is_negative(d))) { in ksmbd_vfs_mkdir()
A Dsmb2pdu.c3642 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux-6.3-rc2/fs/nfsd/
A Dvfs.c1388 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()

Completed in 51 milliseconds