Home
last modified time | relevance | path

Searched refs:IMPLIES (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h519 #define IMPLIES(a, b) (!(a) || (b)) macro
H A Dtmpfs_subr.c590 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()
1388 MPASS(IMPLIES(cnp->cn_namelen == 1, cnp->cn_nameptr[0] != '.')); in tmpfs_dir_lookup()
1389 MPASS(IMPLIES(cnp->cn_namelen == 2, !(cnp->cn_nameptr[0] == '.' && in tmpfs_dir_lookup()
H A Dtmpfs_vnops.c104 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()