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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c117 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 Dufs_directio.c492 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 Dquota.c272 err = bmap_read(qip, dqoff(uid), &bn, &contig);
H A Dquotacalls.c653 error = bmap_read(qip, dqoff(dqp->dq_uid), &bn, &contig);
H A Dufs_bmap.c171 * 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 Dufs_trans.c494 error = bmap_read(ip, (u_offset_t)offset, &bn, &contig);
H A Dufs_vnops.c4509 * 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 Dufs_inode.h885 extern int bmap_read(struct inode *, u_offset_t, daddr_t *, int *);

Completed in 96 milliseconds