zfs_unix_to_v4
return (zfs_zaccess(zp, zfs_unix_to_v4(mode >> 6), flags, B_FALSE, cr));
int v4_mode = zfs_unix_to_v4(mode >> 6);