Searched refs:ZFS_GROUP (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | setup.ksh | 44 ZFS_GROUP=staff 58 log_must add_user $ZFS_GROUP $ZFS_USER
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 392 *gidp = zfs_fuid_map_id(zp->z_zfsvfs, zp->z_gid, cr, ZFS_GROUP); in zfs_fuid_map_ids() 504 VERIFY(type == ZFS_OWNER || type == ZFS_GROUP); in zfs_fuid_create_cred() 525 if (type == ZFS_GROUP) in zfs_fuid_create_cred() 600 case ZFS_GROUP: in zfs_fuid_create() 741 gid = zfs_fuid_map_id(zfsvfs, id, cr, ZFS_GROUP); in zfs_groupmember()
|
H A D | zfs_acl.c | 1650 ZFS_GROUP, &acl_ids->z_fuidp); in zfs_acl_ids_create() 1659 cr, ZFS_GROUP, &acl_ids->z_fuidp); in zfs_acl_ids_create() 1673 cr, ZFS_GROUP); in zfs_acl_ids_create() 1684 acl_ids->z_fgid, ZFS_GROUP); in zfs_acl_ids_create() 1688 ZFS_GROUP, cr, &acl_ids->z_fuidp); in zfs_acl_ids_create()
|
H A D | zfs_vnops.c | 3096 cr, ZFS_GROUP, &fuidp); in zfs_setattr()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_fuid.h | 43 ZFS_GROUP, enumerator
|