/Linux-v5.15/fs/cifs/ |
D | fs_context.c | 822 if (result.negated) in smb3_fs_context_parse_param() 828 if (result.negated) in smb3_fs_context_parse_param() 834 if (result.negated) in smb3_fs_context_parse_param() 842 if (result.negated) in smb3_fs_context_parse_param() 848 if (result.negated) in smb3_fs_context_parse_param() 854 if (result.negated) in smb3_fs_context_parse_param() 860 if (result.negated) in smb3_fs_context_parse_param() 866 if (result.negated) in smb3_fs_context_parse_param() 872 if (result.negated) in smb3_fs_context_parse_param() 890 if (result.negated) { in smb3_fs_context_parse_param() [all …]
|
/Linux-v5.15/fs/ |
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-v5.15/drivers/media/rc/ |
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-v5.15/fs/ceph/ |
D | super.c | 371 if (!result.negated) in ceph_parse_mount_param() 377 if (!result.negated) in ceph_parse_mount_param() 383 if (!result.negated) in ceph_parse_mount_param() 389 if (!result.negated) in ceph_parse_mount_param() 395 if (!result.negated) in ceph_parse_mount_param() 405 if (result.negated) { in ceph_parse_mount_param() 417 if (!result.negated) in ceph_parse_mount_param() 423 if (!result.negated) in ceph_parse_mount_param() 429 if (!result.negated) in ceph_parse_mount_param() 435 if (!result.negated) in ceph_parse_mount_param() [all …]
|
/Linux-v5.15/fs/nfs/ |
D | fs_context.c | 514 if (result.negated) in nfs_fs_context_parse_param() 520 if (result.negated) in nfs_fs_context_parse_param() 526 if (result.negated) in nfs_fs_context_parse_param() 532 if (result.negated) in nfs_fs_context_parse_param() 538 if (result.negated) { in nfs_fs_context_parse_param() 559 if (result.negated) in nfs_fs_context_parse_param() 565 if (result.negated) in nfs_fs_context_parse_param() 571 if (result.negated) in nfs_fs_context_parse_param() 577 if (result.negated) in nfs_fs_context_parse_param() 583 if (result.negated) in nfs_fs_context_parse_param() [all …]
|
/Linux-v5.15/fs/ntfs3/ |
D | super.c | 318 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param() 321 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param() 324 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param() 327 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param() 330 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param() 333 if (!result.negated) in ntfs_fs_parse_param() 343 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param() 351 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param() 354 opts->noacsrules = result.negated ? 1 : 0; in ntfs_fs_parse_param()
|
/Linux-v5.15/net/ceph/ |
D | ceph_common.c | 581 if (!result.negated) in ceph_parse_param() 587 if (!result.negated) in ceph_parse_param() 593 if (!result.negated) in ceph_parse_param() 599 if (!result.negated) in ceph_parse_param() 605 if (!result.negated) in ceph_parse_param()
|
/Linux-v5.15/Documentation/kbuild/ |
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-v5.15/Documentation/devicetree/bindings/leds/irled/ |
D | spi-ir-led.txt | 14 negated with a NOT gate.
|
/Linux-v5.15/Documentation/arm/nwfpe/ |
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-v5.15/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/Linux-v5.15/include/linux/ |
D | fs_parser.h | 54 bool negated; /* T if param was "noxxx" */ member
|
/Linux-v5.15/Documentation/vm/ |
D | swap_numa.rst | 74 value in the swap_avail_list is the negated value of the swap device's
|
/Linux-v5.15/Documentation/powerpc/ |
D | syscall64-abi.rst | 40 in which case the error value is the negated return value.
|
/Linux-v5.15/Documentation/hwmon/ |
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-v5.15/Documentation/filesystems/ |
D | mount_api.rst | 669 fs_param_neg_with_no result->negated set if key is prefixed with "no" 670 fs_param_neg_with_empty result->negated set if value is "" 805 fs_param_neg_with_no set, then a match will be made and result->negated
|
/Linux-v5.15/Documentation/security/keys/ |
D | request-key.rst | 138 the key while it exists to fail with error ENOKEY if negated or the specified
|
/Linux-v5.15/fs/gfs2/ |
D | ops_fstype.c | 1478 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()
|
/Linux-v5.15/Documentation/kernel-hacking/ |
D | hacking.rst | 178 occurs you return a negated errno (see
|
/Linux-v5.15/Documentation/networking/ |
D | ethtool-netlink.rst | 767 (i.e. negated values from resulting features). ``ETHTOOL_A_FEATURES_ACTIVE``
|
/Linux-v5.15/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 582 wake up caused by the firmware will have negated most safety nets...
|