Searched refs:IMPLIES (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs.h | 490 #define IMPLIES(a, b) (!(a) || (b)) macro 491 #define IFF(a, b) (IMPLIES(a, b) && IMPLIES(b, a))
|
| H A D | tmpfs_vnops.c | 99 MPASS(IMPLIES(dnode->tn_type == VDIR && in tmpfs_lookup1() 692 MPASS(IMPLIES(error == 0, uio->uio_resid == 0)); in tmpfs_write() 693 MPASS(IMPLIES(error != 0, oldsize == node->tn_size)); in tmpfs_write() 967 MPASS(IMPLIES(tvp != NULL, VOP_ISLOCKED(tvp))); in tmpfs_rename()
|
| H A D | tmpfs_subr.c | 462 MPASS(IMPLIES(tmp->tm_root == NULL, parent == NULL && type == VDIR)); in tmpfs_alloc_node() 516 MPASS(IMPLIES(parent == NULL, tmp->tm_root == NULL)); in tmpfs_alloc_node() 1235 MPASS(IMPLIES(cnp->cn_namelen == 1, cnp->cn_nameptr[0] != '.')); in tmpfs_dir_lookup() 1236 MPASS(IMPLIES(cnp->cn_namelen == 2, !(cnp->cn_nameptr[0] == '.' && in tmpfs_dir_lookup()
|