Home
last modified time | relevance | path

Searched defs:bap (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/makefs/ffs/
H A Dffs_balloc.c78 int32_t *bap; in ffs_balloc_ufs1() local
327 int64_t *bap; in ffs_balloc_ufs2() local
H A Dffs_alloc.c143 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1()
181 ffs_blkpref_ufs2(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs_blkpref_ufs2()
/openbsd-src/sys/ufs/ffs/
H A Dffs_balloc.c79 int32_t *bap; in ffs1_balloc() local
409 daddr_t *bap, *allocib; in ffs2_balloc() local
H A Dffs_alloc.c594 ffs1_blkpref(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs1_blkpref()
695 ffs2_blkpref(struct inode *ip, daddr_t lbn, int indx, int64_t *bap) in ffs2_blkpref()
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_balloc.c62 u_int32_t nb, newb, *bap; in ext2fs_buf_alloc() local
H A Dext2fs_inode.c427 int32_t *bap; in ext2fs_indirtrunc() local
H A Dext2fs_alloc.c220 ext2fs_blkpref(struct inode *ip, u_int32_t lbn, int baps, u_int32_t *bap) in ext2fs_blkpref()