Searched refs:d_is_negative (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Ddcache.h445 static inline bool d_is_negative(const struct dentry *dentry) function
458 return !d_is_negative(dentry);
H A Dfsnotify.h317 if (WARN_ON_ONCE(d_is_negative(dentry)))
344 if (WARN_ON_ONCE(d_is_negative(dentry)))
/linux-master/fs/afs/
H A Ddir_silly.c132 } while (!d_is_negative(sdentry));
H A Ddir.c1966 op->rename.new_negative = d_is_negative(new_dentry);
/linux-master/security/landlock/
H A Dfs.c208 if (d_is_negative(dentry))
818 if (d_is_negative(dentry))
960 if (unlikely(d_is_negative(old_dentry)))
963 if (unlikely(d_is_negative(new_dentry)))
H A Dsyscalls.c290 d_is_negative(f.file->f_path.dentry) ||
/linux-master/fs/cachefiles/
H A Dcache.c61 if (d_is_negative(root) ||
H A Dnamei.c118 if (d_is_negative(subdir)) {
695 if (!d_is_negative(dentry)) {
761 if (d_is_negative(victim))
/linux-master/fs/
H A Ddcache.c428 if (d_is_negative(dentry))
439 if (d_is_negative(dentry))
472 if (d_is_negative(dentry))
482 if (d_is_negative(dentry))
H A Dnamei.c2967 if (d_is_negative(victim))
3376 if (unlikely(d_is_negative(dentry)))
4392 if (last.name[last.len] || d_is_negative(dentry))
4426 if (d_is_negative(dentry))
4985 if (d_is_negative(old_dentry))
4997 if (d_is_negative(new_dentry))
/linux-master/fs/overlayfs/
H A Ddir.c480 if (d_is_negative(upper) || !ovl_upper_is_whiteout(ofs, upper))
1217 if (!d_is_negative(newdentry)) {
H A Dnamei.c217 if (d_is_negative(ret) && ret->d_lockref.count == 1)
/linux-master/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-master/fs/smb/server/
H A Dvfs.c116 if (d_is_negative(d)) {
240 if (unlikely(d_is_negative(d))) {
H A Dsmb2pdu.c4059 if (unlikely(d_is_negative(dent))) {
/linux-master/fs/nfsd/
H A Dvfs.c1508 if (unlikely(d_is_negative(d))) {

Completed in 268 milliseconds