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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c80 int contig = 0; local
115 contig = 0;
117 if ((error = bmap_read(ip, offset1, &bn, &contig)) != 0) {
157 ASSERT(contig > 0);
160 contig = MIN(contig, len - curlen);
161 contig = P2ROUNDUP(contig, DEV_BSIZE);
163 bp = fdb_iosetup(fdbp, offset1 - offset, contig, vnodep, flags);
178 offset1 += contig;
244 int contig; local
341 int contig; local
421 int contig = P2ROUNDUP(nbytes, DEV_BSIZE); local
[all...]
H A Dquota.c170 int contig; local
272 err = bmap_read(qip, dqoff(uid), &bn, &contig);
H A Dquotacalls.c501 int contig; local
651 contig = 0;
653 error = bmap_read(qip, dqoff(dqp->dq_uid), &bn, &contig);
H A Dufs_trans.c490 int contig = 0, error; local
494 error = bmap_read(ip, (u_offset_t)offset, &bn, &contig);
H A Dufs_vnops.c4704 offset += blk_size; /* XXX - make this contig */
4901 int contig; local
4911 contig = 0;
4912 if (err = bmap_read(ip, off, &bn, &contig))
4953 contig = MIN(contig, bsize);
4956 &io_len, off, contig, 0);
5030 int contig; local
5051 contig = 0;
5052 err = bmap_read(ip, io_off, &bn, &contig);
5385 int contig; local
5948 int contig = 0; local
[all...]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c118 *contig; /* where contiguous (non-aged) lines start */ variable
1552 dol = contig = zero;
1588 contig = (LINE *)((int)contig + diff);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1779 offset += count; /* XXX - make this contig */
1991 * If we have a full cluster or they are not contig,
2011 * it is contig.
2212 int32_t dolock, error = 0, contig, multi_io; local
2247 contig = 0;
2249 &bn, &contig)) {
2259 cur_len = MIN(io_len - done_len, contig);
2486 int32_t contig = 0; local
2496 contig = 0;
2497 if (ud_bmap_read(ip, io_off, &bn, &contig) !
2525 int32_t error = 0, contig = 0, multi_io = 0; local
2785 int32_t error = 0, contig, multi_io = 0; local
3449 int32_t error = 0, io_count, contig, alloc_sz, i; local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c3236 int contig = 1; local
3254 contig = 0;
3258 } else if (contig && pfn != first_pfn + i) {
3259 contig = 0;
3324 if (contig) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1209 * return when contig pages no longer needed
1223 /* cannot find contig pages in specified range */
1244 * return when contig pages no longer needed
2105 int contig_pfn_cnt; /* no of pfns in the contig pfn list */
2106 int contig_pfn_max; /* capacity of the contig pfn list */
2107 int next_alloc_pfn; /* next position in list to start a contig search */
2111 int create_contig_pending; /* nonzero means taskq creating contig list */
2112 pfn_t *contig_pfn_list = NULL; /* list of contig pfns in ascending mfn order */
2147 * See if next pfn is for a contig mfn
2192 * If we could not create the contig lis
2571 page_io_pool_alloc(ddi_dma_attr_t *mattr, int contig, pgcnt_t minctg) argument
2705 int order, extra, extpages, i, contig, nbits, extents; local
2843 int contig, anyaddr, npages, getone = 0; local
2975 int npages = 0, contig, anyaddr, pages_req; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c580 size_t contig; local
582 contig = 0;
585 contig = 0;
587 contig++;
588 if (contig == count) {
589 contig = i - count + 1;
590 for (i = (int)contig; i < contig + count; i++)
592 return ((mddb_block_t)contig);

Completed in 117 milliseconds