/Linux-v6.6/fs/smb/client/ |
D | fs_context.c | 926 if (result.negated) { in smb3_fs_context_parse_param() 934 if (result.negated) in smb3_fs_context_parse_param() 943 if (result.negated) in smb3_fs_context_parse_param() 951 if (result.negated) in smb3_fs_context_parse_param() 959 if (result.negated) in smb3_fs_context_parse_param() 965 if (result.negated) in smb3_fs_context_parse_param() 971 if (result.negated) in smb3_fs_context_parse_param() 977 if (result.negated) in smb3_fs_context_parse_param() 983 if (result.negated) in smb3_fs_context_parse_param() 989 if (result.negated) in smb3_fs_context_parse_param() [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/fs/ceph/ |
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 …]
|
/Linux-v6.6/fs/nfs/ |
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 …]
|
/Linux-v6.6/fs/ntfs3/ |
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 ? 0 : 1; in ntfs_fs_parse_param() [all …]
|
/Linux-v6.6/net/ceph/ |
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-v6.6/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-v6.6/Documentation/arch/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-v6.6/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/Linux-v6.6/include/linux/ |
D | fs_parser.h | 54 bool negated; /* T if param was "noxxx" */ member
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
D | swap_numa.rst | 72 value in the swap_avail_list is the negated value of the swap device's
|
/Linux-v6.6/Documentation/powerpc/ |
D | syscall64-abi.rst | 40 in which case the error value is the negated return value.
|
/Linux-v6.6/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-v6.6/Documentation/filesystems/ |
D | mount_api.rst | 657 fs_param_neg_with_no result->negated set if key is prefixed with "no" 658 fs_param_neg_with_empty result->negated set if value is "" 793 fs_param_neg_with_no set, then a match will be made and result->negated
|
/Linux-v6.6/Documentation/security/keys/ |
D | request-key.rst | 138 the key while it exists to fail with error ENOKEY if negated or the specified
|
/Linux-v6.6/fs/gfs2/ |
D | ops_fstype.c | 1500 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()
|
/Linux-v6.6/Documentation/kernel-hacking/ |
D | hacking.rst | 177 occurs you return a negated errno (see
|
/Linux-v6.6/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 582 wake up caused by the firmware will have negated most safety nets...
|
/Linux-v6.6/Documentation/networking/ |
D | ethtool-netlink.rst | 796 (i.e. negated values from resulting features). ``ETHTOOL_A_FEATURES_ACTIVE``
|