HomeSort by: relevance | last modified time | path
    Searched defs:quota2_full_header_size (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota2_subr.c 69 const int quota2_full_header_size = sizeof(struct quota2_header) + local in function:lfsquota2_create_blk0
89 lfsquota2_addfreeq2e(q2h, bp, quota2_full_header_size, bsize, ns);
  /src/sys/ufs/ufs/
quota2_subr.c 66 const int quota2_full_header_size = sizeof(struct quota2_header) + local in function:quota2_create_blk0
86 quota2_addfreeq2e(q2h, bp, quota2_full_header_size, bsize, ns);
  /src/sbin/fsck_ffs/
quota2.c 194 const int quota2_full_header_size = sizeof(struct quota2_header) + local in function:quota2_list_check
198 int qidx = off2qindex((blk == 0) ? quota2_full_header_size : 0, boff);
249 const int quota2_full_header_size = sizeof(struct quota2_header) + local in function:quota2_check_inode
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 449 milliseconds