Searched refs:IMPLIES (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/fs/tmpfs/ |
| H A D | tmpfs.h | 467 #define IMPLIES(a, b) (!(a) || (b)) macro 468 #define IFF(a, b) (IMPLIES(a, b) && IMPLIES(b, a))
|
| H A D | tmpfs_vnops.c | 100 MPASS(IMPLIES(dnode->tn_type == VDIR && in tmpfs_lookup1() 533 MPASS(IMPLIES(error == 0, uio->uio_resid == 0)); in tmpfs_write() 534 MPASS(IMPLIES(error != 0, oldsize == node->tn_size)); in tmpfs_write() 809 MPASS(IMPLIES(tvp != NULL, VOP_ISLOCKED(tvp))); in tmpfs_rename()
|
| H A D | tmpfs_subr.c | 192 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node() 249 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node() 901 MPASS(IMPLIES(cnp->cn_namelen == 1, cnp->cn_nameptr[0] != '.')); in tmpfs_dir_lookup() 902 MPASS(IMPLIES(cnp->cn_namelen == 2, !(cnp->cn_nameptr[0] == '.' && in tmpfs_dir_lookup()
|