Searched defs:bap (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 78 int32_t *bap; in ffs_balloc_ufs1() local 327 int64_t *bap; in ffs_balloc_ufs2() local
|
H A D | ffs_alloc.c | 143 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 D | ffs_balloc.c | 79 int32_t *bap; in ffs1_balloc() local 409 daddr_t *bap, *allocib; in ffs2_balloc() local
|
H A D | ffs_alloc.c | 594 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 D | ext2fs_balloc.c | 62 u_int32_t nb, newb, *bap; in ext2fs_buf_alloc() local
|
H A D | ext2fs_inode.c | 427 int32_t *bap; in ext2fs_indirtrunc() local
|
H A D | ext2fs_alloc.c | 220 ext2fs_blkpref(struct inode *ip, u_int32_t lbn, int baps, u_int32_t *bap) in ext2fs_blkpref()
|