Searched refs:KASSERT_IMPLY (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 102 #define KASSERT_IMPLY(A, B, msg) KASSERT(!(A) || (B), (msg)); macro 176 KASSERT_IMPLY(error == 0, (*vpp)->v_data != NULL, in sfs_vgetx() 202 KASSERT_IMPLY(error == 0, (*vpp)->v_data != NULL, in sfs_vgetx() 1347 KASSERT_IMPLY(error == 0, vrefcnt(vp) == 1, in zfsctl_umount_snapshots() 1353 KASSERT_IMPLY((fflags & MS_FORCE) != 0, error == 0, in zfsctl_umount_snapshots()
|