/linux-6.1.9/fs/ext4/ |
D | Kconfig | 2 # Ext3 configs are here for backward compatibility with old configs which may 9 This config option is here only for backward compatibility. ext3 18 This config option is here only for backward compatibility. ext3 26 This config option is here only for backward compatibility. ext3 54 of ext4 features, the on disk filesystem format stays fully backward
|
/linux-6.1.9/fs/overlayfs/ |
D | Kconfig | 24 Note, that redirects are not backward compatible. That is, mounting 36 might not be backward compatible with previous kernels. 38 If backward compatibility is not an issue, then it is safe and 58 Note, that the inodes index feature is not backward compatible. 83 Note, that the NFS export feature is not backward compatible. 122 Note, that this feature is not backward compatible. That is,
|
/linux-6.1.9/Documentation/devicetree/bindings/serial/ |
D | mvebu-uart.txt | 15 compatible string for backward compatibility), it will only work 20 should not be used and are supported only for backward compatibility. 31 - For backward compatibility reasons, a single element interrupts
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/ |
D | verifier.c | 23 unsigned int forward, backward, i; in nfp_bpf_goto_meta() local 25 backward = meta->n - insn_idx; in nfp_bpf_goto_meta() 28 if (min(forward, backward) > nfp_prog->n_insns - insn_idx - 1) { in nfp_bpf_goto_meta() 29 backward = nfp_prog->n_insns - insn_idx - 1; in nfp_bpf_goto_meta() 32 if (min(forward, backward) > insn_idx && backward > insn_idx) { in nfp_bpf_goto_meta() 37 if (forward < backward) in nfp_bpf_goto_meta() 41 for (i = 0; i < backward; i++) in nfp_bpf_goto_meta()
|
/linux-6.1.9/kernel/events/ |
D | ring_buffer.c | 140 bool backward) in ring_buffer_has_space() argument 142 if (!backward) in ring_buffer_has_space() 152 bool backward) in __perf_output_begin() argument 200 size, backward))) in __perf_output_begin() 216 if (!backward) in __perf_output_begin() 222 if (backward) { in __perf_output_begin()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | db-export.txt | 20 backward and forward compatibility, by following some simple rules: 30 backward compatibility by testing for the presence of new tables and columns
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | stm32mp157a-avenger96.dts | 10 /* This DT is here only for backward compatibility */
|
/linux-6.1.9/Documentation/admin-guide/ |
D | abi-stable.rst | 7 restrictions, and backward compatibility for them will be guaranteed
|
/linux-6.1.9/Documentation/networking/ |
D | gen_stats.rst | 59 TCA_STATS/TCA_XSTATS backward compatibility: 62 Prior users of struct tc_stats and xstats can maintain backward
|
/linux-6.1.9/drivers/i3c/ |
D | Kconfig | 9 It's supposed to be backward compatible with I2C while providing
|
/linux-6.1.9/Documentation/devicetree/bindings/crypto/ |
D | omap-sham.txt | 5 - compatible : Should contain entries for this and backward compatible
|
D | omap-aes.txt | 5 - compatible : Should contain entries for this and backward compatible
|
D | inside-secure-safexcel.txt | 19 Two compatibles are kept for backward compatibility, but shouldn't be used for
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | eainode.rst | 14 backward compatibility with older versions of this feature, the
|
/linux-6.1.9/drivers/clk/sunxi/ |
D | Kconfig | 15 Device Tree backward compatibility issues, in case one would
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/mediatek/ |
D | mediatek,pericfg.yaml | 35 # Special case for mt7623 for backward compatibility
|
/linux-6.1.9/Documentation/ABI/obsolete/ |
D | sysfs-selinux-checkreqprot | 21 The checkreqprot selinuxfs node will remain for backward compatibility
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ |
D | video-command.rst | 78 -1 specifies backward single stepping,
|
/linux-6.1.9/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,v-tpg.txt | 11 TPG versions backward-compatible with previous versions should list all
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | fe-type-t.rst | 82 is still filled to keep backward compatibility, the usage of this field
|
/linux-6.1.9/Documentation/s390/ |
D | common_io.rst | 28 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you 103 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | ftgmac100.txt | 25 - no-hw-checksum: Used to disable HW checksum support. Here for backward
|
/linux-6.1.9/Documentation/devicetree/bindings/display/bridge/ |
D | ite,it66121.yaml | 15 transmitter, fully compliant with HDMI 1.3a, HDCP 1.2 and backward compatible
|
/linux-6.1.9/Documentation/driver-api/i3c/ |
D | protocol.rst | 119 are here for backward compatibility with I2C devices. 194 The I3C protocol has been designed to be backward compatible with I2C devices. 195 This backward compatibility allows one to connect a mix of I2C and I3C devices
|
/linux-6.1.9/drivers/video/fbdev/ |
D | tgafb.c | 1158 int depos, sepos, backward, last_step, step; local 1176 backward = dy == sy && dx > sx && dx < sx + width; 1182 if (backward) { 1194 if (!backward) { 1221 if (j < 2 && j + 1 < n32 && !backward &&
|