Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py51 (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): argument
75 }[isgroup, bool(domain)]
108 (field, isgroup) = props[prop]
113 not isgroup)
117 key = (isgroup, domain, rid)
122 v = new_entry(options, isgroup, domain, rid)
/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c399 int isowner, isgroup, namelen, malloced; in nfsrv_buildacl() local
408 isowner = isgroup = malloced = 0; in nfsrv_buildacl()
416 isgroup = 1; in nfsrv_buildacl()
432 isgroup = 1; in nfsrv_buildacl()
442 retlen += nfsrv_buildace(nd, name, namelen, type, isgroup, in nfsrv_buildacl()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c239 zfs_getquota(zfsvfs_t *zfsvfs, uid_t id, int isgroup, struct dqblk64 *dqp) in zfs_getquota()
247 usedobj = isgroup ? DMU_GROUPUSED_OBJECT : DMU_USERUSED_OBJECT; in zfs_getquota()
248 quotaobj = isgroup ? zfsvfs->z_groupquota_obj : zfsvfs->z_userquota_obj; in zfs_getquota()
237 zfs_getquota(zfsvfs_t * zfsvfs,uid_t id,int isgroup,struct dqblk64 * dqp) zfs_getquota() argument
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3173 boolean_t isgroup; in userquota_propname_decode() local
3193 isgroup = (type == ZFS_PROP_GROUPQUOTA || type == ZFS_PROP_GROUPUSED || in userquota_propname_decode()
3208 } else if (isgroup && in userquota_propname_decode()