Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/makefs/ffs/
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-stable/sys/fs/ext2fs/
Dext2_alloc.c103 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc()
997 ext2_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ext2_alloccg()
1146 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) in ext2_clusteralloc()
1512 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) in ext2_mapsearch()
Dext2_extents.c1196 e4fs_daddr_t bpref, newblk = 0; in ext4_ext_get_blocks() local
/freebsd-12-stable/sys/ufs/ffs/
Dffs_alloc.c150 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() argument
246 ffs_realloccg(ip, lbprev, bprev, bpref, osize, nsize, flags, cred, bpp) in ffs_realloccg() argument
1737 ffs_alloccg(ip, cg, bpref, size, rsize) in ffs_alloccg() argument
1834 ffs_alloccgblk(ip, bp, bpref, size) in ffs_alloccgblk() argument
1917 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() argument
2852 ffs_mapsearch(fs, cgp, bpref, allocsiz) in ffs_mapsearch() argument