Searched defs:bpref (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 88 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc() 289 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg() 374 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, daddr_t bpref) in ffs_alloccgblk() 527 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 100 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc() 1000 ext2_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ext2_alloccg() 1150 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) in ext2_clusteralloc() 1519 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) in ext2_mapsearch()
|
H A D | ext2_extents.c | 1402 e4fs_daddr_t bpref, newblk = 0; in ext4_ext_get_blocks() local
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 152 ufs2_daddr_t bpref, in ffs_alloc() 254 ufs2_daddr_t bpref, in ffs_realloccg() 1793 ufs2_daddr_t bpref, in ffs_alloccg() 1891 ufs2_daddr_t bpref, in ffs_alloccgblk() 1973 ufs2_daddr_t bpref, in ffs_clusteralloc() 2959 ufs2_daddr_t bpref, in ffs_mapsearch()
|