Home
last modified time | relevance | path

Searched refs:cg_chkmagic (Results 1 – 6 of 6) sorted by relevance

/minix3/sys/ufs/ffs/
H A Dffs_alloc.c987 if (!cg_chkmagic(cgp, UFS_FSNEEDSWAP(fs))) in ffs_fragextend()
1061 if (!cg_chkmagic(cgp, needswap) || in ffs_alloccg()
1254 if (!cg_chkmagic(cgp, needswap) || cgp->cg_cs.cs_nifree == 0) in ffs_nodealloccg()
1416 if (!cg_chkmagic(cgp, needswap)) { in ffs_blkalloc_ump()
1524 if (!cg_chkmagic(cgp, needswap)) { in ffs_blkfree_cg()
1800 if (!cg_chkmagic(cgp, needswap)) { in ffs_blkfree_snap()
1958 if (!cg_chkmagic(cgp, needswap)) { in ffs_freefile()
1997 if (!cg_chkmagic(cgp, needswap)) { in ffs_freefile_snap()
2078 if (!cg_chkmagic(cgp, UFS_FSNEEDSWAP(fs))) { in ffs_checkfreefile()
H A Dfs.h595 #define cg_chkmagic(cgp, ns) \ macro
H A Dffs_wapbl.c837 if (!cg_chkmagic(cgp, UFS_FSNEEDSWAP(fs))) { in wapbl_find_log_start()
H A Dffs_snapshot.c973 if (!cg_chkmagic(cgp, ns)) {
/minix3/usr.sbin/makefs/ffs/
H A Dffs_alloc.c316 if (!cg_chkmagic(cgp, needswap) || in ffs_alloccg()
460 if (!cg_chkmagic(cgp, needswap)) { in ffs_blkfree()
/minix3/usr.sbin/makefs/
H A Dffs.c1075 if (!cg_chkmagic(cgp, fsopts->needswap)) in ffs_write_inode()