Home
last modified time | relevance | path

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

/include/linux/
Ddcache.h32 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
370 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
Dfsnotify.h96 if (IS_ROOT(dentry)) in fsnotify_parent()