Home
last modified time | relevance | path

Searched defs:bpref (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/makefs/ffs/
H A Dffs_alloc.c93 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc()
294 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
380 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) in ffs_alloccgblk()
534 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_alloc.c103 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()
1149 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) in ext2_clusteralloc()
1502 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) in ext2_mapsearch()
H A Dext2_extents.c1200 e4fs_daddr_t bpref, newblk = 0; in ext4_ext_get_blocks() local
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_alloc.c149 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() argument
245 ffs_realloccg(ip, lbprev, bprev, bpref, osize, nsize, flags, cred, bpp) in ffs_realloccg() argument
1736 ffs_alloccg(ip, cg, bpref, size, rsize) in ffs_alloccg() argument
1833 ffs_alloccgblk(ip, bp, bpref, size) in ffs_alloccgblk() argument
1916 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() argument
2851 ffs_mapsearch(fs, cgp, bpref, allocsiz) in ffs_mapsearch() argument