Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/ipmi/
Dipmi_kcs_sm.c115 int truncated; member
133 kcs->truncated = 0; in init_kcs_data()
204 kcs->truncated = 1; in read_next_byte()
297 kcs->truncated = 1; in get_kcs_result()
308 if (kcs->truncated) { in get_kcs_result()
315 kcs->truncated = 0; in get_kcs_result()
Dipmi_smic_sm.c97 int truncated; member
112 smic->truncated = 0; in init_smic_data()
162 smic->truncated = 1; in smic_get_result()
170 if (smic->truncated) { in smic_get_result()
172 smic->truncated = 0; in smic_get_result()
238 smic->truncated = 1; in read_next_byte()
Dipmi_bt_sm.c82 int truncated; member
231 bt->truncated = 0; in bt_start_transaction()
256 if (length < msg_len || bt->truncated) { in bt_get_result()
345 bt->truncated = 1; in read_all_bytes()
/linux-4.19.296/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-4.19.296/fs/xfs/
Dxfs_inode.c1619 int truncated; in xfs_release() local
1631 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED); in xfs_release()
1632 if (truncated) { in xfs_release()
/linux-4.19.296/fs/btrfs/
Dinode.c3007 bool truncated = false; in btrfs_finish_ordered_io() local
3030 truncated = true; in btrfs_finish_ordered_io()
3162 if (ret || truncated) { in btrfs_finish_ordered_io()
3177 if (truncated) in btrfs_finish_ordered_io()