Searched refs:is_attr (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c2295 boolean_t is_attr; local
2302 is_attr = ((zdp->z_pflags & ZFS_XATTR) &&
2304 if (is_attr)
2368 int is_attr; local
2375 is_attr = ((zp->z_pflags & ZFS_XATTR) && (ZTOV(zp)->v_type == VDIR));
2389 if (is_attr) {
2446 if (is_attr)
2453 if (is_attr)
2516 if (is_attr)

Completed in 49 milliseconds