Home
last modified time | relevance | path

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

/include/linux/
Ddcache.h29 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
342 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()