Searched refs:quota2_full_header_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/ufs/ufs/
H A Dquota2_subr.c66 const int quota2_full_header_size = sizeof(struct quota2_header) + local
86 quota2_addfreeq2e(q2h, bp, quota2_full_header_size, bsize, ns);
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota2_subr.c69 const int quota2_full_header_size = sizeof(struct quota2_header) + local
89 lfsquota2_addfreeq2e(q2h, bp, quota2_full_header_size, bsize, ns);
/netbsd-current/sbin/fsck_ffs/
H A Dquota2.c194 const int quota2_full_header_size = sizeof(struct quota2_header) + local
198 int qidx = off2qindex((blk == 0) ? quota2_full_header_size : 0, boff);
249 const int quota2_full_header_size = sizeof(struct quota2_header) + local
359 ((i == 0) ? quota2_full_header_size : 0)) / sizeof(*q2e);
379 ((i == 0) ? quota2_full_header_size : 0)) / sizeof(*q2e);
391 (i == 0) ? quota2_full_header_size : 0, j);

Completed in 140 milliseconds