Home
last modified time | relevance | path

Searched refs:d_is_negative (Results 1 – 12 of 12) 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()
962 if (d_is_negative(dentry)) in maybe_remove()
1105 if (unlikely(d_is_negative(old_dentry))) in current_check_refer_path()
1108 if (unlikely(d_is_negative(new_dentry))) in current_check_refer_path()
H A Dsyscalls.c284 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.c1991 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 Dnamei.c3116 if (d_is_negative(victim)) in may_delete()
3525 if (unlikely(d_is_negative(dentry))) in atomic_open()
4580 if (last.name[last.len] || d_is_negative(dentry)) in do_unlinkat()
4614 if (d_is_negative(dentry)) in do_unlinkat()
5172 if (d_is_negative(old_dentry)) in do_renameat2()
5184 if (d_is_negative(new_dentry)) in do_renameat2()
/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.c4104 if (unlikely(d_is_negative(dent))) { in process_query_dir_entries()
/linux/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/fs/overlayfs/
H A Dnamei.c217 if (d_is_negative(ret) && ret->d_lockref.count == 1) in ovl_lookup_positive_unlocked()