/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | fs_context.c | 943 if (result.negated) { in smb3_fs_context_parse_param() 951 if (result.negated) in smb3_fs_context_parse_param() 960 if (result.negated) in smb3_fs_context_parse_param() 968 if (result.negated) in smb3_fs_context_parse_param() 976 if (result.negated) in smb3_fs_context_parse_param() 982 if (result.negated) in smb3_fs_context_parse_param() 988 if (result.negated) in smb3_fs_context_parse_param() 994 if (result.negated) in smb3_fs_context_parse_param() 1000 if (result.negated) in smb3_fs_context_parse_param() 1006 if (result.negated) in smb3_fs_context_parse_param() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() 62 *negated = false; in fs_lookup_key() 77 *negated = true; in fs_lookup_key() 112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse() 126 result->boolean = !result->negated; in __fs_parse() 54 fs_lookup_key( const struct fs_parameter_spec *desc, struct fs_parameter *param, bool *negated) fs_lookup_key() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() 62 *negated = false; in fs_lookup_key() 77 *negated = true; in fs_lookup_key() 112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse() 126 result->boolean = !result->negated; in __fs_parse() 54 fs_lookup_key( const struct fs_parameter_spec *desc, struct fs_parameter *param, bool *negated) fs_lookup_key() argument
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir-spi.c | 23 bool negated; member 102 if (idata->negated) { in ir_spi_set_duty_cycle() 138 idata->negated = of_property_read_bool(spi->dev.of_node, in ir_spi_probe()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir-spi.c | 23 bool negated; member 102 if (idata->negated) { in ir_spi_set_duty_cycle() 138 idata->negated = of_property_read_bool(spi->dev.of_node, in ir_spi_probe()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 494 if (!result.negated) in ceph_parse_mount_param() 500 if (!result.negated) in ceph_parse_mount_param() 506 if (!result.negated) in ceph_parse_mount_param() 512 if (!result.negated) in ceph_parse_mount_param() 518 if (!result.negated) in ceph_parse_mount_param() 528 if (result.negated) { in ceph_parse_mount_param() 540 if (!result.negated) in ceph_parse_mount_param() 546 if (!result.negated) in ceph_parse_mount_param() 552 if (!result.negated) in ceph_parse_mount_param() 558 if (!result.negated) in ceph_parse_mount_param() [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 372 if (!result.negated) in ceph_parse_mount_param() 378 if (!result.negated) in ceph_parse_mount_param() 384 if (!result.negated) in ceph_parse_mount_param() 390 if (!result.negated) in ceph_parse_mount_param() 396 if (!result.negated) in ceph_parse_mount_param() 406 if (result.negated) { in ceph_parse_mount_param() 418 if (!result.negated) in ceph_parse_mount_param() 424 if (!result.negated) in ceph_parse_mount_param() 430 if (!result.negated) in ceph_parse_mount_param() 436 if (!result.negated) in ceph_parse_mount_param() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | fs_context.c | 572 if (result.negated) in nfs_fs_context_parse_param() 578 if (result.negated) in nfs_fs_context_parse_param() 584 if (result.negated) in nfs_fs_context_parse_param() 590 if (result.negated) in nfs_fs_context_parse_param() 596 if (result.negated) in nfs_fs_context_parse_param() 602 if (result.negated) { in nfs_fs_context_parse_param() 623 if (result.negated) in nfs_fs_context_parse_param() 629 if (result.negated) in nfs_fs_context_parse_param() 635 if (result.negated) in nfs_fs_context_parse_param() 641 if (result.negated) in nfs_fs_context_parse_param() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fs_context.c | 476 if (result.negated) in nfs_fs_context_parse_param() 482 if (result.negated) in nfs_fs_context_parse_param() 488 if (result.negated) in nfs_fs_context_parse_param() 494 if (result.negated) in nfs_fs_context_parse_param() 500 if (result.negated) { in nfs_fs_context_parse_param() 522 if (result.negated) in nfs_fs_context_parse_param() 528 if (result.negated) in nfs_fs_context_parse_param() 534 if (result.negated) in nfs_fs_context_parse_param() 540 if (result.negated) in nfs_fs_context_parse_param() 546 if (result.negated) in nfs_fs_context_parse_param() [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | super.c | 353 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param() 356 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param() 359 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param() 362 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param() 365 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param() 368 opts->hide_dot_files = result.negated ? 0 : 1; in ntfs_fs_parse_param() 371 opts->windows_names = result.negated ? 0 : 1; in ntfs_fs_parse_param() 374 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param() 377 if (!result.negated) in ntfs_fs_parse_param() 393 opts->prealloc = result.negated in ntfs_fs_parse_param() [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | ceph_common.c | 538 if (!result.negated) in ceph_parse_param() 544 if (!result.negated) in ceph_parse_param() 550 if (!result.negated) in ceph_parse_param() 556 if (!result.negated) in ceph_parse_param() 562 if (!result.negated) in ceph_parse_param()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | ceph_common.c | 556 if (!result.negated) in ceph_parse_param() 562 if (!result.negated) in ceph_parse_param() 568 if (!result.negated) in ceph_parse_param() 574 if (!result.negated) in ceph_parse_param() 580 if (!result.negated) in ceph_parse_param()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_parser.h | 54 bool negated; /* T if param was "noxxx" */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_parser.h | 54 bool negated; /* T if param was "noxxx" */ member
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | ops_fstype.c | 1454 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | ops_fstype.c | 1498 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()
|