Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsnotify.h279 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_unlink()
306 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_rmdir()
H 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()
/openbmc/linux/security/landlock/
H A Dfs.c213 if (d_is_negative(dentry)) in find_rule()
689 if (d_is_negative(dentry)) in maybe_remove()
831 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
834 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
H A Dsyscalls.c276 d_is_negative(f.file->f_path.dentry) || in get_path_from_fd()
/openbmc/linux/fs/cachefiles/
H A 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()
H A Dcache.c62 if (d_is_negative(root) || in cachefiles_add_cache()
/openbmc/linux/fs/afs/
H A Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
H A Ddir.c1952 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/openbmc/linux/fs/
H A Ddcache.c433 if (d_is_negative(dentry)) in d_lru_add()
443 if (d_is_negative(dentry)) in d_lru_del()
475 if (d_is_negative(dentry)) in d_lru_isolate()
485 if (d_is_negative(dentry)) in d_lru_shrink_move()
H A 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()
/openbmc/linux/fs/overlayfs/
H A Ddir.c477 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1218 if (!d_is_negative(newdentry)) { in ovl_rename()
H A Dnamei.c220 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/openbmc/linux/fs/smb/server/
H A Dvfs.c116 if (d_is_negative(d)) { in ksmbd_vfs_path_lookup_locked()
240 if (unlikely(d_is_negative(d))) { in ksmbd_vfs_mkdir()
H A Dsmb2pdu.c4070 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1453 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()