Home
last modified time | relevance | path

Searched defs:cgp (Results 1 – 23 of 23) sorted by relevance

/freebsd-src/lib/libufs/
H A Dcgroup.c54 struct cg *cgp; in cgballoc() local
80 struct cg *cgp; in cgbfree() local
141 struct cg *cgp; in cgialloc() local
221 cgget(int devfd, struct fs *fs, int cg, struct cg *cgp) in cgget()
298 cgput(int devfd, struct fs *fs, struct cg *cgp) in cgput()
/freebsd-src/usr.sbin/makefs/ffs/
H A Dffs_alloc.c291 struct cg *cgp; in ffs_alloccg() local
376 struct cg *cgp; in ffs_alloccgblk() local
425 struct cg *cgp; in ffs_blkfree() local
527 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
594 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct()
/freebsd-src/sbin/fsck_ffs/
H A Dfsutil.c232 struct cg *cgp; in cglookup() local
547 struct cg *cgp; in cg_write() local
561 cg_clustersum(cgp)[i] = 0; in cg_write() local
996 struct cg *cgp = cgbp->b_un.b_cg; in check_cgmagic() local
1073 struct cg *cgp = cgbp->b_un.b_cg; in rebuild_cg() local
1161 struct cg *cgp; in std_checkblkavail() local
H A Dgjournal.c69 struct cg *cgp; in gjournal_check() local
H A Dpass1.c59 struct cg *cgp; in pass1() local
H A Dinode.c665 struct cg *cgp; in freeblock() local
1382 struct cg *cgp; in allocino() local
H A Dsuj.c387 struct cg *cgp; in suj_checkblkavail() local
431 struct cg *cgp; in ino_free() local
468 struct cg *cgp; in blk_free() local
/freebsd-src/usr.sbin/makefs/
H A Dmakefs.h293 #define cg_chkmagic_swap(cgp, ns) \ argument
295 #define cg_inosused_swap(cgp, ns) \ argument
297 #define cg_blksfree_swap(cgp, ns) \ argument
299 #define cg_clustersfree_swap(cgp, ns) \ argument
301 #define cg_clustersum_swap(cgp, ns) \ argument
H A Dffs.c1101 struct cg *cgp; in ffs_write_inode() local
[all...]
/freebsd-src/sys/ufs/ffs/
H A Dffs_alloc.c1702 struct cg *cgp; ffs_fragextend() local
1781 struct cg *cgp; ffs_alloccg() local
1878 struct cg *cgp; ffs_alloccgblk() local
1960 struct cg *cgp; ffs_clusteralloc() local
2105 struct cg *cgp; ffs_nodealloccg() local
2264 struct cg *cgp; ffs_blkfree_cg() local
2765 struct cg *cgp; ffs_checkfreeblk() local
2828 struct cg *cgp; ffs_freefile() local
2912 struct cg *cgp; ffs_checkfreefile() local
2940 ffs_mapsearch(struct fs * fs,struct cg * cgp,ufs2_daddr_t bpref,int allocsiz) ffs_mapsearch() argument
3010 struct cg *cgp; ffs_getcg() local
3092 struct cg *cgp; ffs_ckhash_cg() local
[all...]
H A Dfs.h632 #define cg_chkmagic(cgp) ((cgp)->cg_magic == CG_MAGIC) argument
634 ((uint8_t *)((uint8_t *)(cgp) + (cgp)->cg_iusedoff)) argument
636 ((uint8_t *)((uint8_t *)(cgp) + (cgp)->cg_freeoff)) argument
638 ((uint8_t *)((uint8_t *)(cgp) argument
631 cg_chkmagic(cgp) global() argument
[all...]
H A Dffs_vfsops.c2068 struct cg *cgp; ffs_inotovp() local
2367 struct cg *cgp; ffs_bufwrite() local
[all...]
H A Dffs_subr.c1021 ffs_clusteracct(struct fs * fs,struct cg * cgp,ufs1_daddr_t blkno,int cnt) ffs_clusteracct() argument
H A Dffs_softdep.c2585 struct cg *cgp; softdep_mount() local
5319 struct cg *cgp; softdep_setup_blkmapdep() local
10987 struct cg *cgp; softdep_setup_blkfree() local
11093 jnewblk_rollback(struct jnewblk * jnewblk,struct fs * fs,struct cg * cgp,uint8_t * blksfree) jnewblk_rollback() argument
11158 struct cg *cgp; initiate_write_bmsafemap() local
12070 jnewblk_rollforward(struct jnewblk * jnewblk,struct fs * fs,struct cg * cgp,uint8_t * blksfree) jnewblk_rollforward() argument
12137 struct cg *cgp; handle_written_bmsafemap() local
[all...]
H A Dffs_snapshot.c915 struct cg *cgp; cgaccount() local
/freebsd-src/sys/ufs/ufs/
H A Dufs_gjournal.c56 struct cg *cgp; in ufs_gjournal_modref() local
/freebsd-src/sbin/tunefs/
H A Dtunefs.c569 struct cg *cgp; in journal_balloc() local
911 struct cg *cgp; in journal_alloc() local
/freebsd-src/sbin/growfs/
H A Dgrowfs.c1664 cgckhash(struct cg *cgp) in cgckhash()
/freebsd-src/usr.sbin/quot/
H A Dquot.c112 static struct cg *cgp; get_inode() local
/freebsd-src/sbin/dump/
H A Dtraverse.c150 if ((cgp = malloc(sblock->fs_cgsize)) == NULL) in mapfiles() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp149 const CodeGenDAGPatterns &cgp) in MatcherGen() argument
H A DDAGISelMatcherEmitter.cpp85 : CGP(cgp), OpcodeCounts(Matcher::HighestKind + 1, 0) { in MatcherTableEmitter() argument
/freebsd-src/sbin/fsdb/
H A Dfsdb.c492 struct cg *cgp; in CMDFUNCSTART() local