HomeSort by: relevance | last modified time | path
    Searched refs:ext2fs_blkatoff (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_subr.c 82 ext2fs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) function in typeref:typename:int
ext2fs_extern.h 141 int ext2fs_blkatoff(struct vnode *, off_t, char **, struct buf **);
ext2fs_htree.c 406 if ((error = ext2fs_blkatoff(vp, 0, NULL, &bp)) != 0)
536 error = ext2fs_blkatoff(dvp, cursize, NULL, &dst_bp);
614 error = ext2fs_blkatoff(dvp, blknum * blksize, NULL, &bp);
693 if (ext2fs_blkatoff(vp, ext2fs_htree_get_block(level->h_entry) *
729 if (ext2fs_blkatoff(vp, 0, NULL, &bp) != 0)
782 if (ext2fs_blkatoff(vp,
830 if (ext2fs_blkatoff(vp, blk * bsize, NULL, &bp) != 0) {
ext2fs_lookup.c 383 (error = ext2fs_blkatoff(vdp, (off_t)results->ulr_offset, NULL, &bp)))
433 error = ext2fs_blkatoff(vdp, (off_t)results->ulr_offset,
984 if ((error = ext2fs_blkatoff(dvp, (off_t)ulr->ulr_offset, &dirbuf, &bp)) != 0)
1066 error = ext2fs_blkatoff(dvp, (off_t)ulr->ulr_offset,
1078 error = ext2fs_blkatoff(dvp, (off_t)(ulr->ulr_offset - ulr->ulr_count),
1102 error = ext2fs_blkatoff(vdp, (off_t)ulr->ulr_offset, (void *)&ep, &bp);
ext2fs_rename.c 596 error = ext2fs_blkatoff(dvp, (off_t)search_start, &dirbuf, &bp);

Completed in 17 milliseconds