Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dfsnotify.h273 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_unlink()
300 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.6.21/security/landlock/
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()
Dsyscalls.c264 d_is_negative(f.file->f_path.dentry) || in get_path_from_fd()
/linux-6.6.21/fs/cachefiles/
Dnamei.c118 if (d_is_negative(subdir)) { in cachefiles_get_directory()
693 if (!d_is_negative(dentry)) { in cachefiles_commit_tmpfile()
759 if (d_is_negative(victim)) in cachefiles_lookup_for_cull()
Dcache.c61 if (d_is_negative(root) || in cachefiles_add_cache()
/linux-6.6.21/fs/afs/
Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
Ddir.c1962 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux-6.6.21/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.c2957 if (d_is_negative(victim)) in may_delete()
3369 if (unlikely(d_is_negative(dentry))) in atomic_open()
4387 if (d_is_negative(dentry)) in do_unlinkat()
4420 if (d_is_negative(dentry)) in do_unlinkat()
4975 if (d_is_negative(old_dentry)) in do_renameat2()
4987 if (d_is_negative(new_dentry)) in do_renameat2()
/linux-6.6.21/fs/overlayfs/
Ddir.c480 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1221 if (!d_is_negative(newdentry)) { in ovl_rename()
Dnamei.c220 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux-6.6.21/fs/smb/server/
Dvfs.c112 if (d_is_negative(d)) { in ksmbd_vfs_path_lookup_locked()
236 if (unlikely(d_is_negative(d))) { in ksmbd_vfs_mkdir()
Dsmb2pdu.c3823 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux-6.6.21/fs/nfsd/
Dvfs.c1451 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()