Home
last modified time | relevance | path

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

/linux/security/landlock/
A Dfs.c192 if (d_is_negative(path->dentry)) in unmask_layers()
560 if (unlikely(d_is_negative(old_dentry))) in hook_path_link()
568 if (d_is_negative(dentry)) in maybe_remove()
588 if (unlikely(d_is_negative(old_dentry))) in hook_path_rename()
A Dsyscalls.c262 d_is_negative(f.file->f_path.dentry) || in get_path_from_fd()
/linux/fs/cachefiles/
A Dnamei.c551 if (d_is_negative(next)) in cachefiles_walk_to_object()
557 if (d_is_negative(next)) { in cachefiles_walk_to_object()
591 if (d_is_negative(next)) { in cachefiles_walk_to_object()
779 if (d_is_negative(subdir)) { in cachefiles_get_directory()
883 if (d_is_negative(victim)) { in cachefiles_check_active()
A Dbind.c127 if (d_is_negative(root) || in cachefiles_daemon_add_cache()
/linux/include/linux/
A Dfsnotify.h232 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_unlink()
259 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_rmdir()
A Ddcache.h443 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
456 return !d_is_negative(dentry); in d_is_positive()
/linux/fs/afs/
A Ddir_silly.c132 } while (!d_is_negative(sdentry)); in afs_sillyrename()
A Ddir.c1943 op->rename.new_negative = d_is_negative(new_dentry); in afs_rename()
/linux/fs/
A Ddcache.c404 if (d_is_negative(dentry)) in d_lru_add()
414 if (d_is_negative(dentry)) in d_lru_del()
446 if (d_is_negative(dentry)) in d_lru_isolate()
456 if (d_is_negative(dentry)) in d_lru_shrink_move()
A Dnamei.c2847 if (d_is_negative(victim)) in may_delete()
3158 if (unlikely(d_is_negative(dentry))) in atomic_open()
4160 if (d_is_negative(dentry)) in do_unlinkat()
4194 if (d_is_negative(dentry)) in do_unlinkat()
4726 if (d_is_negative(old_dentry)) in do_renameat2()
4737 if (d_is_negative(new_dentry)) in do_renameat2()
/linux/fs/overlayfs/
A Ddir.c494 if (d_is_negative(upper) || !IS_WHITEOUT(d_inode(upper))) in ovl_create_over_whiteout()
1221 if (!d_is_negative(newdentry)) { in ovl_rename()
A Dnamei.c211 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()
/linux/fs/ksmbd/
A Dvfs.c233 if (unlikely(d_is_negative(d))) { in ksmbd_vfs_mkdir()
A Dsmb2pdu.c3635 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux/fs/nfsd/
A Dvfs.c1253 if (unlikely(d_is_negative(d))) { in nfsd_create_locked()

Completed in 50 milliseconds