Searched refs:IS_ROOT (Results 1 – 4 of 4) sorted by relevance
98 if (!IS_ROOT(dentry) && !d_mountpoint(dentry) && in zpl_d_drop_aliases()
255 for (node = np ; (node != NULL) && !IS_ROOT(node) ; node = node->parent) in p9fs_get_full_path()379 if (IS_ROOT(np)) in p9fs_get_fid()
382 if (!IS_ROOT(np)) { in p9fs_vget_common()390 if (!IS_ROOT(np)) { in p9fs_vget_common()
117 #define IS_ROOT(node) (node->flags & P9FS_ROOT) macro