Searched defs:cgp (Results 1 – 9 of 9) sorted by relevance
/minix3/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 301 struct cg *cgp; in ffs_alloccg() local 386 struct cg *cgp; in ffs_alloccgblk() local 435 struct cg *cgp; in ffs_blkfree() local 538 ffs_mapsearch(struct fs *fs, struct cg *cgp, daddr_t bpref, int allocsiz) in ffs_mapsearch()
|
/minix3/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 961 struct cg *cgp; in ffs_fragextend() local 1041 struct cg *cgp; in ffs_alloccg() local 1156 struct cg *cgp; in ffs_alloccgblk() local 1231 struct cg *cgp; in ffs_nodealloccg() local 1398 struct cg *cgp; in ffs_blkalloc_ump() local 1501 struct cg *cgp; in ffs_blkfree_cg() local 1774 struct cg *cgp; in ffs_blkfree_snap() local 1814 struct cg *cgp; in ffs_blkfree_common() local 1937 struct cg *cgp; in ffs_freefile() local 1974 struct cg *cgp; in ffs_freefile_snap() local [all …]
|
H A D | fs.h | 554 #define old_cg_blktot_old(cgp, ns) \ argument 556 #define old_cg_blks_old(fs, cgp, cylno, ns) \ argument 559 #define old_cg_blktot_new(cgp, ns) \ argument 562 #define old_cg_blks_new(fs, cgp, cylno, ns) \ argument 566 #define old_cg_blktot(cgp, ns) \ argument 569 #define old_cg_blks(fs, cgp, cylno, ns) \ argument 573 #define cg_inosused_new(cgp, ns) \ argument 576 #define cg_blksfree_new(cgp, ns) \ argument 579 #define cg_chkmagic_new(cgp, ns) \ argument 582 #define cg_inosused_old(cgp, ns) \ argument [all …]
|
H A D | ffs_subr.c | 283 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct()
|
H A D | ffs_wapbl.c | 738 struct cg *cgp; in wapbl_find_log_start() local
|
/minix3/lib/libcurses/ |
H A D | cr_put.c | 93 char *cgp; local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 51 MatcherTableEmitter(const CodeGenDAGPatterns &cgp) in MatcherTableEmitter()
|
H A D | DAGISelMatcherGen.cpp | 153 const CodeGenDAGPatterns &cgp) in MatcherGen()
|
/minix3/usr.sbin/makefs/ |
H A D | ffs.c | 1052 struct cg *cgp; in ffs_write_inode() local
|