Lines Matching refs:bap
772 int32_t *bap /* XXX ondisk32 */)
801 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
810 if (indx == 0 || bap[indx - 1] == 0)
815 ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
831 return ufs_rw32(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;
836 int64_t *bap)
865 if (indx % fs->fs_maxbpg == 0 || bap[indx - 1] == 0) {
874 if (indx == 0 || bap[indx - 1] == 0)
879 ufs_rw64(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + 1);
895 return ufs_rw64(bap[indx - 1], UFS_FSNEEDSWAP(fs)) + fs->fs_frag;