Searched refs:exptype (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/pmcstudy/ |
H A D | eval_expr.h | 29 enum exptype { enum 47 enum exptype type; /* What is it */
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_snapshot.c | 1211 int exptype) /* BLK_SNAP or BLK_NOCOPY */ in fullacct_ufs1() argument 1215 if ((error = snapacct_ufs1(vp, oldblkp, lastblkp, fs, lblkno, exptype))) in fullacct_ufs1() 1217 return (mapacct_ufs1(vp, oldblkp, lastblkp, fs, lblkno, exptype)); in fullacct_ufs1() 1495 int exptype) /* BLK_SNAP or BLK_NOCOPY */ in fullacct_ufs2() argument 1499 if ((error = snapacct_ufs2(vp, oldblkp, lastblkp, fs, lblkno, exptype))) in fullacct_ufs2() 1501 return (mapacct_ufs2(vp, oldblkp, lastblkp, fs, lblkno, exptype)); in fullacct_ufs2()
|