Searched refs:bmap_read (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_extvnops.c | 117 if ((error = bmap_read(ip, offset1, &bn, &contig)) != 0) { 344 error = bmap_read(ip, uoff, &bn, 410 error = bmap_read(ip, uoff, &bn, &contig); 413 "bmap_read err: %d\n", error));
|
H A D | ufs_directio.c | 492 error = bmap_read(ip, uoff, &bn, &len); 495 /* save a call to bmap_read later */ 676 * range. May have already called bmap_read 680 error = bmap_read(ip, uoff, &bn, &len); 981 error = bmap_read(ip, uoff, &bn, &len);
|
H A D | quota.c | 272 err = bmap_read(qip, dqoff(uid), &bn, &contig);
|
H A D | quotacalls.c | 653 error = bmap_read(qip, dqoff(dqp->dq_uid), &bn, &contig);
|
H A D | ufs_bmap.c | 171 * S_READ, S_OTHER -> bmap_read; S_WRITE -> bmap_write. 205 bmap_read(struct inode *ip, u_offset_t off, daddr_t *bnp, int *lenp) function 295 * See bmap_read for general notes. 1176 * This code is based on bmap_read().
|
H A D | ufs_trans.c | 494 error = bmap_read(ip, (u_offset_t)offset, &bn, &contig);
|
H A D | ufs_vnops.c | 4509 * calls to bmap_read if file doesn't have UFS holes, and avoiding 4513 * we set *protp to PROT_READ to avoid calling bmap_read. This approach 4725 * because we don't want to call bmap_read() to check each 4912 if (err = bmap_read(ip, off, &bn, &contig)) 5052 err = bmap_read(ip, io_off, &bn, &contig); 5229 * to continue. It may encounter a bmap_read problem in 5418 err = bmap_read(ip, off, &bn, &contig); 6053 if (err = bmap_read(ip, (u_offset_t)(io_off + done_len),
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 885 extern int bmap_read(struct inode *, u_offset_t, daddr_t *, int *);
|
Completed in 96 milliseconds