/linux-6.3-rc2/fs/cifs/ |
A D | fs_context.c | 890 if (result.negated) in smb3_fs_context_parse_param() 899 if (result.negated) in smb3_fs_context_parse_param() 907 if (result.negated) in smb3_fs_context_parse_param() 913 if (result.negated) in smb3_fs_context_parse_param() 919 if (result.negated) in smb3_fs_context_parse_param() 925 if (result.negated) in smb3_fs_context_parse_param() 931 if (result.negated) in smb3_fs_context_parse_param() 937 if (result.negated) in smb3_fs_context_parse_param() 1324 if (result.negated) in smb3_fs_context_parse_param() 1360 if (result.negated) in smb3_fs_context_parse_param() [all …]
|
/linux-6.3-rc2/drivers/media/rc/ |
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()
|
/linux-6.3-rc2/fs/ |
A D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument 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()
|
/linux-6.3-rc2/fs/ceph/ |
A D | super.c | 487 if (!result.negated) in ceph_parse_mount_param() 493 if (!result.negated) in ceph_parse_mount_param() 499 if (!result.negated) in ceph_parse_mount_param() 505 if (!result.negated) in ceph_parse_mount_param() 511 if (!result.negated) in ceph_parse_mount_param() 533 if (!result.negated) in ceph_parse_mount_param() 539 if (!result.negated) in ceph_parse_mount_param() 545 if (!result.negated) in ceph_parse_mount_param() 551 if (!result.negated) in ceph_parse_mount_param() 568 if (!result.negated) in ceph_parse_mount_param() [all …]
|
/linux-6.3-rc2/fs/nfs/ |
A D | fs_context.c | 518 if (result.negated) in nfs_fs_context_parse_param() 524 if (result.negated) in nfs_fs_context_parse_param() 530 if (result.negated) in nfs_fs_context_parse_param() 536 if (result.negated) in nfs_fs_context_parse_param() 542 if (result.negated) in nfs_fs_context_parse_param() 569 if (result.negated) in nfs_fs_context_parse_param() 575 if (result.negated) in nfs_fs_context_parse_param() 581 if (result.negated) in nfs_fs_context_parse_param() 587 if (result.negated) in nfs_fs_context_parse_param() 593 if (result.negated) in nfs_fs_context_parse_param() [all …]
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | super.c | 349 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param() 352 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param() 355 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param() 358 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param() 361 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param() 367 opts->windows_names = result.negated ? 0 : 1; in ntfs_fs_parse_param() 370 if (!result.negated) in ntfs_fs_parse_param() 380 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param() 388 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param() 391 opts->noacsrules = result.negated ? 1 : 0; in ntfs_fs_parse_param() [all …]
|
/linux-6.3-rc2/net/ceph/ |
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()
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | Kconfig.recursion-issue-02 | 15 # annotate this, all features that driver A selects cannot now be negated by 21 # negated by other drivers.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/irled/ |
A D | ir-spi-led.yaml | 35 Output is negated with a NOT gate.
|
/linux-6.3-rc2/scripts/ |
A D | list-gitignored.c | 198 int matched, match_slash, negated; in dowild() local 309 negated = p_ch == '!' ? 1 : 0; in dowild() 310 if (negated) { in dowild() 399 if (matched == negated || in dowild()
|
/linux-6.3-rc2/Documentation/arm/nwfpe/ |
A D | netwinder-fpe.rst | 70 CNF{cond} Fn, Fm Compare negated floating 71 CNFE{cond} Fn, Fm Compare negated floating with exception 108 MNF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move negated
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/ |
A D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/linux-6.3-rc2/include/linux/ |
A D | fs_parser.h | 54 bool negated; /* T if param was "noxxx" */ member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reset/ |
A D | renesas,rst.yaml | 16 - Latching of the levels on mode pins when PRESET# is negated,
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | swap_numa.rst | 72 value in the swap_avail_list is the negated value of the swap device's
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | syscall64-abi.rst | 40 in which case the error value is the negated return value.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | panel-common.yaml | 106 signal, which is a negated version of the enable signal. Active low enable
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | lm93.rst | 124 which 1 indicates #VRD_HOT is asserted and 0 indicates it is negated. These 298 vrdhot<n> 0 means negated, 1 means asserted
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | mount_api.rst | 658 fs_param_neg_with_no result->negated set if key is prefixed with "no" 659 fs_param_neg_with_empty result->negated set if value is "" 794 fs_param_neg_with_no set, then a match will be made and result->negated
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | request-key.rst | 138 the key while it exists to fail with error ENOKEY if negated or the specified
|
/linux-6.3-rc2/fs/gfs2/ |
A D | ops_fstype.c | 1489 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()
|
/linux-6.3-rc2/Documentation/kernel-hacking/ |
A D | hacking.rst | 177 occurs you return a negated errno (see
|
/linux-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 582 wake up caused by the firmware will have negated most safety nets...
|
/linux-6.3-rc2/Documentation/networking/ |
A D | ethtool-netlink.rst | 796 (i.e. negated values from resulting features). ``ETHTOOL_A_FEATURES_ACTIVE``
|