Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota2.c152 error = bread(ump->um_quotas[type], 0, ump->umq2_bsize, flags, &bp); in getq2h()
178 error = bread(ump->um_quotas[type], lblkno, ump->umq2_bsize, flags, &bp); in getq2e()
219 ump->umq2_bsize, flags, &bp); in quota2_walk_list()
315 error = lfs_balloc(vp, size, ump->umq2_bsize, in quota2_q2ealloc()
321 KASSERT((ip->i_size % ump->umq2_bsize) == 0); in quota2_q2ealloc()
322 ip->i_size += ump->umq2_bsize; in quota2_q2ealloc()
326 lfsquota2_addfreeq2e(q2h, bp->b_data, size, ump->umq2_bsize, in quota2_q2ealloc()
1574 ump->umq2_bsize = lfs_sb_getbsize(fs); in lfs_quota2_mount()
H A Dulfsmount.h89 #define umq2_bsize um_q.um_q2.q2_bsize macro
/netbsd-src/sys/ufs/ufs/
H A Dufs_quota2.c146 error = bread(ump->um_quotas[type], 0, ump->umq2_bsize, in getq2h()
173 error = bread(ump->um_quotas[type], lblkno, ump->umq2_bsize, in getq2e()
215 ump->umq2_bsize, flags, &bp); in quota2_walk_list()
309 error = UFS_BALLOC(vp, size, ump->umq2_bsize, in quota2_q2ealloc()
315 KASSERT((ip->i_size % ump->umq2_bsize) == 0); in quota2_q2ealloc()
316 ip->i_size += ump->umq2_bsize; in quota2_q2ealloc()
320 quota2_addfreeq2e(q2h, bp->b_data, size, ump->umq2_bsize, in quota2_q2ealloc()
H A Dufsmount.h117 #define umq2_bsize um_q.um_q2.q2_bsize macro
/netbsd-src/sys/ufs/ffs/
H A Dffs_quota2.c59 ump->umq2_bsize = fs->fs_bsize; in ffs_quota2_mount()