Searched defs:domcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c143 int domcnt = 0; local
148 domcnt++;
150 domcnt++;
152 return (domcnt);
157 int domcnt)
161 for (i = 0; i != domcnt; i++) {
192 int domcnt; local
198 domcnt = zfs_replay_domain_cnt(uid, gid);
200 if (domcnt == 0)
204 kmem_zalloc(domcnt * sizeo
156 zfs_replay_fuid_domain_common(zfs_fuid_info_t *fuid_infop, void *start, int domcnt) argument
217 zfs_replay_fuids(void *start, void **end, int idcnt, int domcnt, uint64_t uid, uint64_t gid) argument
[all...]

Completed in 58 milliseconds