Home
last modified time | relevance | path

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

/freebsd/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/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/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/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.c1098 struct cg *cgp; ffs_write_inode() local
[all...]
H A Dffs.c1101 struct cg *cgp; in ffs_write_inode() local
[all...]
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c1720 struct cg *cgp; in ffs_fragextend() local
1799 struct cg *cgp; in ffs_alloccg() local
1896 struct cg *cgp; in ffs_alloccgblk() local
1978 struct cg *cgp; in ffs_clusteralloc() local
2124 struct cg *cgp; in ffs_nodealloccg() local
2283 struct cg *cgp; in ffs_blkfree_cg() local
2784 struct cg *cgp; in ffs_checkfreeblk() local
2847 struct cg *cgp; in ffs_freefile() local
2931 struct cg *cgp; in ffs_checkfreefile() local
2959 struct cg *cgp, in ffs_mapsearch()
[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.c2025 struct cg *cgp; ffs_inotovp() local
2324 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.c2583 struct cg *cgp; in softdep_mount() local
5332 struct cg *cgp; in softdep_setup_blkmapdep() local
10998 struct cg *cgp; softdep_setup_blkfree() local
11104 jnewblk_rollback(struct jnewblk * jnewblk,struct fs * fs,struct cg * cgp,uint8_t * blksfree) jnewblk_rollback() argument
11169 struct cg *cgp; initiate_write_bmsafemap() local
12081 jnewblk_rollforward(struct jnewblk * jnewblk,struct fs * fs,struct cg * cgp,uint8_t * blksfree) jnewblk_rollforward() argument
12148 struct cg *cgp; handle_written_bmsafemap() local
[all...]
H A Dffs_snapshot.c924 struct cg *cgp; in cgaccount() local
/freebsd/sys/ufs/ufs/
H A Dufs_gjournal.c56 struct cg *cgp; in ufs_gjournal_modref() local
/freebsd/sbin/tunefs/
H A Dtunefs.c569 struct cg *cgp; in journal_balloc() local
911 struct cg *cgp; in journal_alloc() local
/freebsd/sbin/growfs/
H A Dgrowfs.c1664 cgckhash(struct cg *cgp) in cgckhash()
/freebsd/usr.sbin/quot/
H A Dquot.c112 static struct cg *cgp; get_inode() local
/freebsd/sbin/dump/
H A Dtraverse.c150 if ((cgp = malloc(sblock->fs_cgsize)) == NULL) in mapfiles() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp149 const CodeGenDAGPatterns &cgp) in MatcherGen()
H A DDAGISelMatcherEmitter.cpp84 MatcherTableEmitter(const Matcher *TheMatcher, const CodeGenDAGPatterns &cgp) in MatcherTableEmitter()
/freebsd/sbin/fsdb/
H A Dfsdb.c492 struct cg *cgp; in CMDFUNCSTART() local