Home
last modified time | relevance | path

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

/include/linux/
Dfsnotify.h199 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_unlink()
222 WARN_ON_ONCE(d_is_negative(dentry)); in fsnotify_rmdir()
Ddcache.h438 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative() function
446 return !d_is_negative(dentry); in d_is_positive()