Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Ddcache_compat.h98 if (!IS_ROOT(dentry) && !d_mountpoint(dentry) && in zpl_d_drop_aliases()
/freebsd/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.c382 if (!IS_ROOT(np)) { in p9fs_vget_common()
390 if (!IS_ROOT(np)) { in p9fs_vget_common()
H A Dp9fs.h117 #define IS_ROOT(node) (node->flags & P9FS_ROOT) macro