Searched defs:bpref (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 93 ffs_alloc(struct inode *ip, makefs_daddr_t lbn __unused, makefs_daddr_t bpref, int size, in ffs_alloc() 298 ffs_alloccg(struct inode *ip, int cg, makefs_daddr_t bpref, int size) in ffs_alloccg() 384 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, makefs_daddr_t bpref) in ffs_alloccgblk() 551 ffs_mapsearch(struct fs *fs, struct cg *cgp, makefs_daddr_t bpref, int allocsiz) in ffs_mapsearch()
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ffs_alloc.c | 104 ffs_alloc(struct inode *ip, ufs_daddr_t lbn, ufs_daddr_t bpref, int size, in ffs_alloc() 171 ffs_realloccg(struct inode *ip, ufs_daddr_t lbprev, ufs_daddr_t bpref, in ffs_realloccg() 999 ffs_alloccg(struct inode *ip, int cg, ufs_daddr_t bpref, int size) in ffs_alloccg() 1115 ffs_alloccgblk(struct inode *ip, struct buf *bp, ufs_daddr_t bpref) in ffs_alloccgblk() 1232 ffs_clusteralloc(struct inode *ip, int cg, ufs_daddr_t bpref, int len) in ffs_clusteralloc() 1822 ffs_mapsearch(struct fs *fs, struct cg *cgp, ufs_daddr_t bpref, int allocsiz) in ffs_mapsearch()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_alloc.c | 104 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc() 983 ext2_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ext2_alloccg() 1133 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) in ext2_clusteralloc() 1505 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) in ext2_mapsearch()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_freemap.c | 50 hammer2_off_t bpref; member
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_freemap.c | 46 hammer2_off_t bpref; member
|