Home
last modified time | relevance | path

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

/linux-6.15/fs/cachefiles/
H A Dnamei.c118 if (d_is_negative(subdir)) { in cachefiles_get_directory()
143 if (unlikely(d_unhashed(subdir) || d_is_negative(subdir))) { in cachefiles_get_directory()
696 if (!d_is_negative(dentry)) { in cachefiles_commit_tmpfile()
757 if (d_is_negative(victim)) in cachefiles_lookup_for_cull()
H A Dcache.c62 if (d_is_negative(root) || in cachefiles_add_cache()
/linux-6.15/include/linux/
H A Ddcache.h457 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
470 return !d_is_negative(dentry); in d_is_positive()
H A Dfsnotify.h412 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_unlink()
439 if (WARN_ON_ONCE(d_is_negative(dentry))) in fsnotify_rmdir()
/linux-6.15/fs/xfs/scrub/
H A Dorphanage.c453 ASSERT(d_is_negative(d_child)); in xrep_adoption_check_dcache()
489 ASSERT(d_is_negative(d_child)); in xrep_adoption_zap_dcache()
/linux-6.15/security/landlock/
H A Dfs.c374 if (d_is_negative(dentry)) in find_rule()
1003 if (d_is_negative(dentry)) in maybe_remove()
1147 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
1150 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
H A Dsyscalls.c306 d_is_negative(fd_file(f)->f_path.dentry) || in get_path_from_fd()
/linux-6.15/fs/afs/
H A Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
H A Ddir.c2003 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux-6.15/fs/
H A Ddcache.c485 if (d_is_negative(dentry)) in d_lru_add()
496 if (d_is_negative(dentry)) in d_lru_del()
529 if (d_is_negative(dentry)) in d_lru_isolate()
539 if (d_is_negative(dentry)) in d_lru_shrink_move()
H A Dnamei.c1714 if (d_is_negative(dentry) && !(flags & LOOKUP_CREATE)) { in lookup_one_qstr_excl()
3166 if (d_is_negative(victim)) in may_delete()
3577 if (unlikely(d_is_negative(dentry))) in atomic_open()
/linux-6.15/fs/overlayfs/
H A Ddir.c453 if (d_is_negative(upper) || !ovl_upper_is_whiteout(ofs, upper)) in ovl_create_over_whiteout()
1216 if (!d_is_negative(newdentry)) { in ovl_rename()
H A Dnamei.c215 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux-6.15/fs/nfs/
H A Dnfstrace.h411 __entry->fileid = d_is_negative(dentry) ? 0 : NFS_FILEID(d_inode(dentry));
459 __entry->fileid = d_is_negative(dentry) ? 0 : NFS_FILEID(d_inode(dentry));
/linux-6.15/fs/smb/server/
H A Dvfs.c229 else if (d_is_negative(dentry)) in ksmbd_vfs_mkdir()
H A Dsmb2pdu.c4134 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux-6.15/fs/nfsd/
H A Dvfs.c1493 } else if (d_is_negative(dchild)) { in nfsd_create_locked()