Home
last modified time | relevance | path

Searched refs:quota2_walk_list (Results 1 – 3 of 3) sorted by relevance

/netbsd/sbin/fsck_ffs/
H A Dquota2.c133 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, in quota2_walk_list() function
368 ret = quota2_walk_list(dp, hbp, &q2h->q2h_free, &i, quota2_list_check); in quota2_check_inode()
372 ret = quota2_walk_list(dp, hbp, &q2h->q2h_entries[i], &i, in quota2_check_inode()
487 ret = quota2_walk_list(dp, hbp, &q2h->q2h_entries[i], &a, in quota2_check_usage()
/netbsd/sys/ufs/ufs/
H A Dufs_quota2.c70 static int quota2_walk_list(struct ufsmount *, struct buf *, int,
190 quota2_walk_list(struct ufsmount *ump, struct buf *hbp, int type, in quota2_walk_list() function
780 error = quota2_walk_list(ump, hbp, idtype, in quota2_handle_cmd_del()
1185 error = quota2_walk_list(ump, hbp, idtype, &offset, 0, &gi, in q2cursor_getkeys()
1548 error = quota2_walk_list(ump, bp, type, &offset, 0, (void *)&c, in dq2get()
/netbsd/sys/ufs/lfs/
H A Dulfs_quota2.c75 static int quota2_walk_list(struct ulfsmount *, struct buf *, int,
194 quota2_walk_list(struct ulfsmount *ump, struct buf *hbp, int type, in quota2_walk_list() function
775 error = quota2_walk_list(ump, hbp, idtype, in lfsquota2_handle_cmd_del()
1183 error = quota2_walk_list(ump, hbp, idtype, &offset, 0, &gi, in q2cursor_getkeys()
1547 error = quota2_walk_list(ump, bp, type, &offset, 0, (void *)&c, in lfs_dq2get()