Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcred.c76 gid_t last_gid; member
125 eph_zsd->last_gid = IDMAP_WK__MAX_GID; in get_ephemeral_zsd()
1195 return (id > eph_zsd->min_gid && id <= eph_zsd->last_gid); in valid_ephemeral_gid()
1234 if (eph_zsd->last_gid + count < eph_zsd->last_gid) { in eph_gid_alloc()
1241 eph_zsd->min_gid = eph_zsd->last_gid; in eph_gid_alloc()
1244 *start = eph_zsd->last_gid + 1; in eph_gid_alloc()
1245 atomic_add_32(&eph_zsd->last_gid, count); in eph_gid_alloc()
1258 gid_t *min_gid, gid_t *last_gid) in get_ephemeral_data() argument
1269 *last_gid = eph_zsd->last_gid; in get_ephemeral_data()
1277 gid_t min_gid, gid_t last_gid) in set_ephemeral_data() argument
[all …]