Searched refs:IMPLIES (Results 1 – 3 of 3) sorted by relevance
529 #define IMPLIES(a, b) (!(a) || (b)) macro
590 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node()645 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node()1389 MPASS(IMPLIES(cnp->cn_namelen == 1, cnp->cn_nameptr[0] != '.')); in tmpfs_dir_lookup()1390 MPASS(IMPLIES(cnp->cn_namelen == 2, !(cnp->cn_nameptr[0] == '.' && in tmpfs_dir_lookup()
104 MPASS(IMPLIES(dnode->tn_type == VDIR && in tmpfs_lookup1()712 MPASS(IMPLIES(error == 0, uio->uio_resid == 0)); in tmpfs_write()713 MPASS(IMPLIES(error != 0, oldsize == node->tn_size)); in tmpfs_write()