Searched refs:inocg (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 597 u_int cg, inocg; in ffs1_blkpref() local 614 inocg = ino_to_cg(fs, ip->i_number); in ffs1_blkpref() 621 pref = cgmeta(fs, inocg); in ffs1_blkpref() 639 pref < cgbase(fs, inocg + 1)) in ffs1_blkpref() 654 return (cgmeta(fs, inocg)); in ffs1_blkpref() 661 return (cgdata(fs, inocg)); in ffs1_blkpref() 698 u_int cg, inocg; in ffs2_blkpref() local 722 pref = cgmeta(fs, inocg); in ffs2_blkpref() 740 pref < cgbase(fs, inocg + 1)) in ffs2_blkpref() 756 return (cgmeta(fs, inocg)); in ffs2_blkpref() [all …]
|