Searched refs:KASSERT_IMPLY (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 92 #define KASSERT_IMPLY(A, B, msg) KASSERT(!(A) || (B), (msg)); macro 166 KASSERT_IMPLY(error == 0, (*vpp)->v_data != NULL, in sfs_vgetx() 192 KASSERT_IMPLY(error == 0, (*vpp)->v_data != NULL, in sfs_vgetx() 1249 KASSERT_IMPLY(error == 0, vrefcnt(vp) == 1, in zfsctl_umount_snapshots() 1255 KASSERT_IMPLY((fflags & MS_FORCE) != 0, error == 0, in zfsctl_umount_snapshots()
|