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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1957 daddr_t minblk = lblkno(fs, blkroundup(fs, minb)); local
1968 if ((startcg = findlogstartcg(fs, nblk, minblk)) == -1)
2044 * minblk, or to do so uses more than the available extents, then return -1.
2048 findlogstartcg(struct fs *fs, daddr_t requested, daddr_t minblk) argument
2100 if (btotal < minblk || bwidth > max_extents)

Completed in 137 milliseconds