Searched refs:negated (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/media/rc/
H A Dir-spi.c23 bool negated; member in struct:ir_spi_data
102 if (idata->negated) {
138 idata->negated = of_property_read_bool(spi->dev.of_node,
/linux-master/fs/
H A Dfs_parser.c56 struct fs_parameter *param, bool *negated)
62 *negated = false;
77 *negated = true;
112 p = fs_lookup_key(desc, param, &result->negated);
126 result->boolean = !result->negated;
54 fs_lookup_key( const struct fs_parameter_spec *desc, struct fs_parameter *param, bool *negated) argument
/linux-master/fs/smb/client/
H A Dfs_context.c989 if (result.negated) {
997 if (result.negated)
1006 if (result.negated)
1014 if (result.negated)
1022 if (result.negated)
1028 if (result.negated)
1035 if (result.negated)
1042 if (result.negated)
1048 if (result.negated)
1054 if (result.negated)
[all...]
/linux-master/fs/ceph/
H A Dsuper.c497 if (!result.negated)
503 if (!result.negated)
509 if (!result.negated)
515 if (!result.negated)
521 if (!result.negated)
531 if (result.negated) {
543 if (!result.negated)
549 if (!result.negated)
555 if (!result.negated)
561 if (!result.negated)
[all...]
/linux-master/fs/nfs/
H A Dfs_context.c572 if (result.negated)
578 if (result.negated)
584 if (result.negated)
590 if (result.negated)
596 if (result.negated)
602 if (result.negated) {
623 if (result.negated)
629 if (result.negated)
635 if (result.negated)
641 if (result.negated)
[all...]
/linux-master/include/linux/
H A Dfs_parser.h54 bool negated; /* T if param was "noxxx" */ member in struct:fs_parse_result
/linux-master/fs/ntfs3/
H A Dsuper.c352 opts->sys_immutable = result.negated ? 0 : 1;
355 opts->discard = result.negated ? 0 : 1;
358 opts->force = result.negated ? 0 : 1;
361 opts->sparse = result.negated ? 0 : 1;
364 opts->nohidden = result.negated ? 1 : 0;
367 opts->hide_dot_files = result.negated ? 0 : 1;
370 opts->windows_names = result.negated ? 0 : 1;
373 opts->showmeta = result.negated ? 0 : 1;
376 if (!result.negated)
392 opts->prealloc = result.negated
[all...]
/linux-master/net/ceph/
H A Dceph_common.c556 if (!result.negated)
562 if (!result.negated)
568 if (!result.negated)
574 if (!result.negated)
580 if (!result.negated)
/linux-master/fs/btrfs/
H A Dsuper.c312 if (result.negated) {
320 if (result.negated) {
375 if (result.negated) {
385 if (result.negated) {
394 if (result.negated)
410 if (result.negated) {
431 if (result.negated)
442 if (result.negated)
451 if (result.negated) {
478 if (result.negated) {
[all...]
/linux-master/fs/gfs2/
H A Dops_fstype.c1493 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON;
/linux-master/fs/udf/
H A Dsuper.c548 if (result.negated)

Completed in 221 milliseconds