Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c138 if (bpref >= fs->fs_size) in alloc()
139 bpref = 0; in alloc()
140 if (bpref == 0) in alloc()
143 cg = dtog(fs, bpref); in alloc()
230 bpref = 0; in realloccg()
1106 daddr_t bpref, in alloccgblk() argument
1122 if (bpref == 0) { in alloccgblk()
1126 bpref = blknum(fs, bpref); in alloccgblk()
1127 bpref = dtogd(fs, bpref); in alloccgblk()
1132 bno = bpref; in alloccgblk()
[all …]