Home
last modified time | relevance | path

Searched refs:ext2_blkatoff (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c142 if (ext2_blkatoff(vp, ext2_htree_get_block(level->h_entry) * in ext2_htree_check_next()
279 if (ext2_blkatoff(vp, 0, NULL, &bp) != 0) in ext2_htree_find_leaf()
333 if (ext2_blkatoff(vp, in ext2_htree_find_leaf()
382 if (ext2_blkatoff(vp, blk * bsize, NULL, &bp) != 0) { in ext2_htree_lookup()
691 if ((error = ext2_blkatoff(vp, 0, NULL, &bp)) != 0) in ext2_htree_create_index()
834 error = ext2_blkatoff(dvp, cursize, NULL, &dst_bp); in ext2_htree_add_entry()
913 error = ext2_blkatoff(dvp, blknum * blksize, NULL, &bp); in ext2_htree_add_entry()
H A Dext2_lookup.c183 error = ext2_blkatoff(vp, uio->uio_offset, NULL, &bp); in ext2_readdir()
418 (error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, in ext2_lookup_ino()
435 error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, &bp); in ext2_lookup_ino()
1006 if ((error = ext2_blkatoff(dvp, (off_t)dp->i_offset, &dirbuf, in ext2_add_entry()
1088 ext2_blkatoff(dvp, (off_t)dp->i_offset, (char **)&ep, in ext2_dirremove()
1100 if ((error = ext2_blkatoff(dvp, (off_t)(dp->i_offset - dp->i_count), in ext2_dirremove()
1133 if ((error = ext2_blkatoff(vdp, (off_t)dp->i_offset, (char **)&ep, in ext2_dirrewrite()
H A Dext2_subr.c64 ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in ext2_blkatoff() function
H A Dext2_extern.h57 int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);