Searched defs:fs_authinfo (Results 1 – 1 of 1) sorted by relevance
135 struct fs_authinfo { struct136 pthread_mutex_t ai_mtx; /* lock for refcnt */137 uint32_t ai_refcnt;138 int ai_flags;139 uid_t ai_uid;140 int ai_ngids;141 gid_t ai_gids[]; /* NB: flexible array member */