Searched defs:cgp (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 300 struct cg *cgp; in ffs_alloccg() local 386 struct cg *cgp; in ffs_alloccgblk() local 422 cg_blktot(cgp)[cbtocylno(fs, bno)]--; in ffs_alloccgblk() local 439 struct cg *cgp; in ffs_blkfree() local 482 cg_blktot(cgp)[cbtocylno(fs, bno)]++; in ffs_blkfree() local 525 cg_blktot(cgp)[cbtocylno(fs, bbase)]++; in ffs_blkfree() local 551 ffs_mapsearch(struct fs *fs, struct cg *cgp, makefs_daddr_t bpref, int allocsiz) in ffs_mapsearch() 618 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct()
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ffs_alloc.c | 918 struct cg *cgp; in ffs_fragextend() local 1002 struct cg *cgp; in ffs_alloccg() local 1118 struct cg *cgp; in ffs_alloccgblk() local 1156 if (cg_blktot(cgp)[cylno] == 0) in ffs_alloccgblk() local 1216 cg_blktot(cgp)[cylno]--; in ffs_alloccgblk() local 1235 struct cg *cgp; in ffs_clusteralloc() local 1358 struct cg *cgp; in ffs_nodealloccg() local 1488 struct cg *cgp; in ffs_blkfree_cg() local 1551 cg_blktot(cgp)[i]++; in ffs_blkfree_cg() local 1609 cg_blktot(cgp)[i]++; in ffs_blkfree_cg() local [all …]
|
H A D | fs.h | 381 #define cg_blktot(cgp) \ argument 385 #define cg_blks(fs, cgp, cylno) \ argument 390 #define cg_inosused(cgp) \ argument 394 #define cg_blksfree(cgp) \ argument 398 #define cg_chkmagic(cgp) \ argument 400 #define cg_clustersfree(cgp) \ argument 402 #define cg_clustersum(cgp) \ argument
|
H A D | ffs_softdep.c | 1075 struct cg *cgp; in softdep_mount() local
|
/dflybsd-src/usr.sbin/makefs/ |
H A D | makefs.h | 298 #define cg_chkmagic_swap(cgp, ns) \ argument 300 #define cg_inosused_swap(cgp, ns) \ argument 302 #define cg_blksfree_swap(cgp, ns) \ argument 304 #define cg_clustersfree_swap(cgp, ns) \ argument 306 #define cg_clustersum_swap(cgp, ns) \ argument
|
H A D | ffs.c | 1133 struct cg *cgp; in ffs_write_inode() local
|
/dflybsd-src/stand/boot/common/ |
H A D | fs.h | 478 #define cg_chkmagic(cgp) ((cgp)->cg_magic == CG_MAGIC) argument 479 #define cg_inosused(cgp) \ argument 481 #define cg_blksfree(cgp) \ argument 483 #define cg_clustersfree(cgp) \ argument 485 #define cg_clustersum(cgp) \ argument
|
/dflybsd-src/sbin/fsck/ |
H A D | inode.c | 566 struct cg *cgp = &cgrp; in allocino() local
|
H A D | utilities.c | 378 struct cg *cgp = &cgrp; in allocblk() local
|