Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify.h342 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_unlink()
369 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_rmdir()
H A Ddcache.h452 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
465 return !d_is_negative(dentry); in d_is_positive()
/linux/security/landlock/
H A Dfs.c368 if (d_is_negative(dentry)) in find_rule()
978 if (d_is_negative(dentry)) in maybe_remove()
1121 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
1124 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
H A Dsyscalls.c297 d_is_negative(fd_file(f)->f_path.dentry) || in get_path_from_fd()
/linux/fs/afs/
H A Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
H A Ddir.c1966 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux/fs/cachefiles/
H A Dcache.c62 if (d_is_negative(root) || in cachefiles_add_cache()
/linux/fs/
H A Ddcache.c440 if (d_is_negative(dentry)) in d_lru_add()
451 if (d_is_negative(dentry)) in d_lru_del()
484 if (d_is_negative(dentry)) in d_lru_isolate()
494 if (d_is_negative(dentry)) in d_lru_shrink_move()
/linux/fs/overlayfs/
H A Ddir.c481 if (d_is_negative(upper) || !ovl_upper_is_whiteout(ofs, upper)) in ovl_create_over_whiteout()
1230 if (!d_is_negative(newdentry)) { in ovl_rename()
H A Dnamei.c217 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux/fs/smb/server/
H A Dsmb2pdu.c4069 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()