/src/sbin/fsck_ffs/ |
quota2.c | 133 static int quota2_walk_list(union dinode *, struct bufarea *, uint64_t *, 140 quota2_walk_list(union dinode *dp, struct bufarea *hbp, uint64_t *offp, void *a, function in typeref:typename:int 368 ret = quota2_walk_list(dp, hbp, &q2h->q2h_free, &i, quota2_list_check); 372 ret = quota2_walk_list(dp, hbp, &q2h->q2h_entries[i], &i, 487 ret = quota2_walk_list(dp, hbp, &q2h->q2h_entries[i], &a,
|
/src/sys/ufs/lfs/ |
ulfs_quota2.c | 75 static int quota2_walk_list(struct ulfsmount *, struct buf *, int, 194 quota2_walk_list(struct ulfsmount *ump, struct buf *hbp, int type, function in typeref:typename:int 223 panic("quota2_walk_list: %s quota file corrupted", 775 error = quota2_walk_list(ump, hbp, idtype, 1183 error = quota2_walk_list(ump, hbp, idtype, &offset, 0, &gi, 1547 error = quota2_walk_list(ump, bp, type, &offset, 0, (void *)&c,
|
/src/sys/ufs/ufs/ |
ufs_quota2.c | 70 static int quota2_walk_list(struct ufsmount *, struct buf *, int, 190 quota2_walk_list(struct ufsmount *ump, struct buf *hbp, int type, function in typeref:typename:int 780 error = quota2_walk_list(ump, hbp, idtype, 1185 error = quota2_walk_list(ump, hbp, idtype, &offset, 0, &gi, 1548 error = quota2_walk_list(ump, bp, type, &offset, 0, (void *)&c,
|