Lines Matching refs:cg

762 static	int jnewblk_rollforward(struct jnewblk *, struct fs *, struct cg *,
796 static int jnewblk_rollback(struct jnewblk *, struct fs *, struct cg *,
891 int cg, struct bmsafemap *);
2463 struct cg *cgp;
2546 cgp = (struct cg *)bp->b_data;
5102 struct cg *cgp;
5107 cgp = (struct cg *)bp->b_data;
5145 #define BMSAFEMAP_HASH(ump, cg) \
5146 (&(ump)->bmsafemap_hashtbl[(cg) & (ump)->bmsafemap_hash_size])
5149 bmsafemap_find(bmsafemaphd, cg, bmsafemapp)
5151 int cg;
5157 if (bmsafemap->sm_cg == cg)
5177 bmsafemap_lookup(mp, bp, cg, newbmsafemap)
5180 int cg;
5198 bmsafemaphd = BMSAFEMAP_HASH(ump, cg);
5199 if (bmsafemap_find(bmsafemaphd, cg, &bmsafemap) == 1) {
5222 if (bmsafemap_find(bmsafemaphd, cg, &collision) == 1) {
5226 bmsafemap->sm_cg = cg;
5426 * The record may be rolled back in the cg.
5437 * one of them to fix the bits when the cg write completes.
7694 * structure is released and completed when the final cg bitmap reaches
7822 * Called when a freework structure attached to a cg buf is written. The
10636 * Called when an inode has been cleared in a cg bitmap. This finally
10650 struct cg *cgp;
10658 cgp = (struct cg *)bp->b_data;
10686 * Called via ffs_blkfree() after a set of frags has been cleared from a cg
10706 struct cg *cgp;
10748 cgp = (struct cg *)bp->b_data;
10808 struct cg *cgp;
10867 struct buf *bp; /* The cg block. */
10873 struct cg *cgp;
10884 cgp = (struct cg *)bp->b_data;
10906 cgp = (struct cg *)bp->b_data;
11266 * until the cg bitmap is cleared on disk.
11649 * be called with the per-filesystem lock and the buf lock on the cg held.
11674 * Re-apply an allocation when a cg write is complete.
11680 struct cg *cgp;
11742 struct cg *cgp;
11763 cgp = (struct cg *)bp->b_data;
11791 cgp = (struct cg *)bp->b_data;