Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/coccinelle/api/
Dstring_choices.cocci95 @str_false_true depends on patch disable neg_if_exp@
99 + str_false_true(E)
112 coccilib.report.print_report(p[0], "opportunity for str_false_true(%s)" % e)
/linux-6.12.1/include/linux/
Dstring_choices.h72 #define str_false_true(v) str_true_false(!(v)) macro
/linux-6.12.1/fs/nfs/
Dnfs4xdr.c3442 dprintk("%s: link support=%s\n", __func__, str_false_true(*res == 0)); in decode_attr_link_support()
3460 dprintk("%s: symlink support=%s\n", __func__, str_false_true(*res == 0)); in decode_attr_symlink_support()
3602 dprintk("%s: case_insensitive=%s\n", __func__, str_false_true(*res == 0)); in decode_attr_case_insensitive()
3620 dprintk("%s: case_preserving=%s\n", __func__, str_false_true(*res == 0)); in decode_attr_case_preserving()
4328 dprintk("%s: XATTR support=%s\n", __func__, str_false_true(*res == 0)); in decode_attr_xattrsupport()