Searched defs:bpref (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 85 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() 281 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg() 365 ffs_alloccgblk(struct inode *ip, struct mkfsbuf *bp, daddr_t bpref) in ffs_alloccgblk() 422 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
|
/openbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_alloc.c | 80 ext2fs_alloc(struct inode *ip, u_int32_t lbn, u_int32_t bpref, in ext2fs_alloc() 312 ext2fs_alloccg(struct inode *ip, int cg, u_int32_t bpref, int size) in ext2fs_alloccg() 546 ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, u_int32_t bpref) in ext2fs_mapsearch()
|
/openbsd-src/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 99 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, in ffs_alloc() 170 ffs_realloccg(struct inode *ip, daddr_t lbprev, daddr_t bpref, int osize, in ffs_realloccg() 935 ffs_alloccg(struct inode *ip, u_int cg, daddr_t bpref, int size) in ffs_alloccg() 1025 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) in ffs_alloccgblk() 1416 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
|