Searched refs:truncation (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | Makefile.extrawarn | 34 KBUILD_CFLAGS += $(call cc-option, -Wstringop-truncation)
|
/linux-6.3-rc2/fs/btrfs/ |
A D | Makefile | 14 $(call cc-option, -Wstringop-truncation) \
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-trap.rst | 415 might be because of packet truncation or the I flag is not set. 422 include unexpected packet truncation. 432 could include unexpected header truncation 441 from packet truncation thus the total length field exceeds the received 456 truncation.
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | landlock.rst | 288 subsequent truncation attempts using :manpage:`ftruncate(2)`. The behavior is 445 File truncation (ABI < 3) 448 File truncation could not be denied before the third Landlock ABI, so it is 452 truncation thanks to the new ``LANDLOCK_ACCESS_FS_TRUNCATE`` access right.
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.ips | 65 - Fix truncation of /proc files with cat
|
/linux-6.3-rc2/tools/perf/util/ |
A D | synthetic-events.c | 431 bool truncation = false; in perf_event__synthesize_mmap_events() local 482 truncation = true; in perf_event__synthesize_mmap_events() 504 if (truncation) in perf_event__synthesize_mmap_events() 536 if (truncation) in perf_event__synthesize_mmap_events()
|
/linux-6.3-rc2/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 33 (5) Resizing a data file (truncation) 225 If a network filesystem file is resized locally by truncation, the following
|
A D | backend-api.rst | 345 the netfs file due to local truncation. The cache backend should make all
|
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 507 File truncation or hole punching forcibly unmaps the deleted pages from 508 userspace; truncation even unmaps and deletes any private anonymous pages 518 present, if one of those pages were unmapped by truncation or hole punch before
|
/linux-6.3-rc2/ |
A D | Makefile | 815 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 1031 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 2828 bool truncation; in dispc_wb_setup() local 2859 truncation = true; in dispc_wb_setup() 2862 truncation = false; in dispc_wb_setup() 2868 l = FLD_MOD(l, truncation, 10, 10); /* TRUNCATIONENABLE */ in dispc_wb_setup()
|
/linux-6.3-rc2/Documentation/process/ |
A D | email-clients.rst | 252 Pine has had some whitespace truncation issues in the past, but these
|
A D | maintainer-tip.rst | 657 truncation, expansion and 32/64-bit confusion.
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | vfs.rst | 893 truncation, punch hole or a complete invalidation of the address 896 should be updated to reflect this truncation. If offset is 0 965 normally set to generic_error_remove_page if truncation is ok
|
A D | locking.rst | 364 truncation.
|
A D | porting.rst | 328 size update and on finally on-disk truncation which should not fail.
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | intro.rst | 523 Upon truncation the remaining part of the message is discarded.
|
/linux-6.3-rc2/Documentation/trace/ |
A D | events.rst | 402 ('>' actually behaves like '>>') or truncation support to remove all
|
A D | histogram.rst | 141 the trigger to be removed through truncation.
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | x86-opcode-map.txt | 282 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | x86-opcode-map.txt | 282 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
|
Completed in 49 milliseconds