Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/makefs/ffs/
Dffs_alloc.c91 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, in ffs_alloc()
292 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg()
378 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) in ffs_alloccgblk()
532 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
/freebsd-10-stable/sys/fs/ext2fs/
Dext2_alloc.c83 ext2_alloc(struct inode *ip, daddr_t lbn, e4fs_daddr_t bpref, int size, in ext2_alloc()
645 ext2_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ext2_alloccg()
776 ext2_clusteralloc(struct inode *ip, int cg, daddr_t bpref, int len) in ext2_clusteralloc()
1060 ext2_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref) in ext2_mapsearch()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_alloc.c147 ffs_alloc(ip, lbn, bpref, size, flags, cred, bnp) in ffs_alloc() argument
242 ffs_realloccg(ip, lbprev, bprev, bpref, osize, nsize, flags, cred, bpp) in ffs_realloccg() argument
1649 ffs_alloccg(ip, cg, bpref, size, rsize) in ffs_alloccg() argument
1753 ffs_alloccgblk(ip, bp, bpref, size) in ffs_alloccgblk() argument
1837 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() argument
2570 ffs_mapsearch(fs, cgp, bpref, allocsiz) in ffs_mapsearch() argument