Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v5.10/drivers/char/ipmi/
Dipmi_kcs_sm.c117 int truncated; member
135 kcs->truncated = 0; in init_kcs_data()
206 kcs->truncated = 1; in read_next_byte()
301 kcs->truncated = 1; in get_kcs_result()
312 if (kcs->truncated) { in get_kcs_result()
319 kcs->truncated = 0; in get_kcs_result()
Dipmi_smic_sm.c99 int truncated; member
114 smic->truncated = 0; in init_smic_data()
167 smic->truncated = 1; in smic_get_result()
175 if (smic->truncated) { in smic_get_result()
177 smic->truncated = 0; in smic_get_result()
242 smic->truncated = 1; in read_next_byte()
Dipmi_bt_sm.c84 int truncated; member
235 bt->truncated = 0; in bt_start_transaction()
260 if (length < msg_len || bt->truncated) { in bt_get_result()
348 bt->truncated = 1; in read_all_bytes()
/Linux-v5.10/drivers/firmware/efi/libstub/
Dtpm.c60 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog() local
71 &log_location, &log_last_entry, &truncated); in efi_retrieve_tpm2_eventlog()
77 &truncated); in efi_retrieve_tpm2_eventlog()
/Linux-v5.10/security/tomoyo/
Daudit.c34 bool truncated = false; in tomoyo_print_bprm() local
58 truncated = true; in tomoyo_print_bprm()
78 if (truncated) { in tomoyo_print_bprm()
86 truncated = false; in tomoyo_print_bprm()
90 if (truncated) { in tomoyo_print_bprm()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1257 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1260 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1261 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1292 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1294 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1296 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1297 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1309 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1314 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons()
1315 truncated -= 4; in iwl_mvm_report_wakeup_reasons()
[all …]
/Linux-v5.10/drivers/staging/media/omap4iss/
Diss_video.h42 u32 truncated; member
/Linux-v5.10/drivers/media/platform/omap3isp/
Dispvideo.h45 u32 truncated; member
/Linux-v5.10/fs/affs/
DChanges24 - When a file is truncated to a size that is not
113 partially used last block when a file is truncated.
242 name buffer. It is now silently truncated to
/Linux-v5.10/Documentation/filesystems/ext4/
Dchecksums.rst63 and truncated if the group descriptor size is 32 bytes (i.e. ^64bit)
/Linux-v5.10/block/
Dbio.c562 bool truncated = false; in bio_truncate() local
574 if (!truncated) in bio_truncate()
579 truncated = true; in bio_truncate()
/Linux-v5.10/Documentation/filesystems/
Dlocking.rst373 some or all of the buffers from the page when it is being truncated. It
629 the page may be truncated and/or invalidated, then the filesystem must lock
630 the page, then ensure it is not already truncated (the page lock will block
646 the page has been truncated, the filesystem should not look up a new page
Daffs.rst212 By default, filenames are truncated to 30 characters without warning.
Dzonefs.rst126 represent. Conventional zone files cannot be truncated.
405 The written file can be truncated to the zone size, preventing any further
/Linux-v5.10/net/sunrpc/
Dxdr.c1302 unsigned int truncated = 0; in xdr_expand_hole() local
1315 truncated = shift - res; in xdr_expand_hole()
1316 xdr->nwords -= XDR_QUADLEN(truncated); in xdr_expand_hole()
1328 buf->len += length - (from - offset) - truncated; in xdr_expand_hole()
/Linux-v5.10/Documentation/networking/
Dopenvswitch.rst218 indicates protocol 6 for TCP, but which is truncated just after the IP
226 indicating that a VLAN TCI should follow, but which is truncated just
/Linux-v5.10/arch/m68k/fpsp040/
Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/Linux-v5.10/Documentation/admin-guide/kdump/
Dgdbmacros.txt201 # handle truncated message
/Linux-v5.10/kernel/printk/
Dprintk.c1354 bool truncated = false; in record_print_text() local
1381 if (truncated) in record_print_text()
1396 truncated = true; in record_print_text()
/Linux-v5.10/fs/xfs/
Dxfs_inode.c1581 int truncated; in xfs_release() local
1593 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED); in xfs_release()
1594 if (truncated) { in xfs_release()
/Linux-v5.10/Documentation/admin-guide/
Diostats.rst147 truncated to milliseconds before showing in this interface.
Dmd.rst582 is too big to fit in a page, it will be truncated. Writing
589 to fit in a page, it will be truncated. Writing to this file
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-usb98 The list will be truncated at PAGE_SIZE bytes due to
/Linux-v5.10/tools/perf/Documentation/
Dperf-intel-pt.txt644 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
649 again 'truncated' is set in the PERF_RECORD_AUX event. If the driver has to
1072 in the buffer might be truncated and immediately followed by a PSB as the trace
/Linux-v5.10/Documentation/vm/
Dcleancache.rst265 gets removed/truncated. So if cleancache used the inode kva,

12