Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Ddcache_compat.h84 if (!IS_ROOT(dentry) && !d_mountpoint(dentry) && in zpl_d_drop_aliases()
/src/sys/fs/p9fs/
H A Dp9fs_subr.c255 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()
H A Dp9fs_vfsops.c384 if (!IS_ROOT(np)) { in p9fs_vget_common()
392 if (!IS_ROOT(np)) { in p9fs_vget_common()
H A Dp9fs.h117 #define IS_ROOT(node) (((node)->flags & P9FS_NODE_ROOT) != 0) macro