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

  /src/sys/ufs/lfs/
ulfs_quota2.c 68 static int quota2_bwrite(struct mount *, struct buf *);
131 quota2_bwrite(struct mount *mp, struct buf *bp) function in typeref:typename:int
482 quota2_bwrite(mp, bp[i]);
557 quota2_bwrite(mp, bp[i]);
607 quota2_bwrite(ump->um_mountp, bp);
642 quota2_bwrite(ump->um_mountp, bp);
761 quota2_bwrite(ump->um_mountp, bp);
  /src/sys/ufs/ufs/
ufs_quota2.c 63 static int quota2_bwrite(struct mount *, struct buf *);
126 quota2_bwrite(struct mount *mp, struct buf *bp) function in typeref:typename:int
478 quota2_bwrite(mp, bp[i]);
553 quota2_bwrite(mp, bp[i]);
605 quota2_bwrite(ump->um_mountp, bp);
643 quota2_bwrite(ump->um_mountp, bp);
766 quota2_bwrite(ump->um_mountp, bp);

Completed in 14 milliseconds