Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/ext2fs/
HDext2_htree.c130 if (ext2_blkatoff(vp, ext2_htree_get_block(level->h_entry) * in ext2_htree_check_next()
249 if (ext2_blkatoff(vp, 0, NULL, &bp) != 0) in ext2_htree_find_leaf()
302 if (ext2_blkatoff(vp, in ext2_htree_find_leaf()
351 if (ext2_blkatoff(vp, blk * bsize, NULL, &bp) != 0) { in ext2_htree_lookup()
644 if ((error = ext2_blkatoff(vp, 0, NULL, &bp)) != 0) in ext2_htree_create_index()
781 error = ext2_blkatoff(dvp, cursize, NULL, &dst_bp); in ext2_htree_add_entry()
857 error = ext2_blkatoff(dvp, blknum * blksize, NULL, &bp); in ext2_htree_add_entry()
HDext2_lookup.c175 error = ext2_blkatoff(vp, uio->uio_offset, NULL, &bp); in ext2_readdir()
408 (error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, in ext2_lookup_ino()
425 error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, &bp); in ext2_lookup_ino()
987 if ((error = ext2_blkatoff(dvp, (off_t)dp->i_offset, &dirbuf, in ext2_add_entry()
1068 ext2_blkatoff(dvp, (off_t)dp->i_offset, (char **)&ep, in ext2_dirremove()
1079 if ((error = ext2_blkatoff(dvp, (off_t)(dp->i_offset - dp->i_count), in ext2_dirremove()
1110 if ((error = ext2_blkatoff(vdp, (off_t)dp->i_offset, (char **)&ep, in ext2_dirrewrite()
HDext2_extern.h57 int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);
HDext2_subr.c63 ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in ext2_blkatoff() function