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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py41 # map from property name prefix -> (field name, isgroup)
51 (field, isgroup) = props[prop]
54 if isgroup and "posixgroup" not in options.types and \
57 if not isgroup and "posixuser" not in options.types and \
62 def new_entry(options, isgroup, domain, rid):
75 }[isgroup, bool(domain)]
108 (field, isgroup) = props[prop]
113 not isgroup)
117 key = (isgroup, domain, rid)
122 v = new_entry(options, isgroup, domai
[all...]
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonacl.c397 int isowner, isgroup, namelen, malloced; local
406 isowner = isgroup = malloced = 0;
414 isgroup = 1;
430 isgroup = 1;
440 retlen += nfsrv_buildace(nd, name, namelen, type, isgroup,
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c228 zfs_getquota(zfsvfs_t *zfsvfs, uid_t id, int isgroup, struct dqblk64 *dqp) argument
236 usedobj = isgroup ? DMU_GROUPUSED_OBJECT : DMU_USERUSED_OBJECT;
237 quotaobj = isgroup ? zfsvfs->z_groupquota_obj : zfsvfs->z_userquota_obj;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3076 boolean_t isgroup; local
3096 isgroup = (type == ZFS_PROP_GROUPQUOTA || type == ZFS_PROP_GROUPUSED ||
3109 } else if (isgroup && (gr = getgrnam(cp)) != NULL) {

Completed in 155 milliseconds