Searched refs:len32 (Results 1 – 2 of 2) sorted by relevance
1186 u32 len32 = len >= bytes ? bytes : len; in ntfs_read_run_nb() local1192 if (op > len32) in ntfs_read_run_nb()1193 op = len32; in ntfs_read_run_nb()1219 len32 -= op; in ntfs_read_run_nb()1223 } while (len32); in ntfs_read_run_nb()1298 u32 len32 = min_t(u64, len, bytes); in ntfs_get_bh() local1311 if (op > len32) in ntfs_get_bh()1312 op = len32; in ntfs_get_bh()1339 len32 -= op; in ntfs_get_bh()1341 } while (len32); in ntfs_get_bh()
191 uint len32 = sizeof(xfs_efi_log_format_32_t) + in xfs_efi_copy_format() local199 } else if (buf->i_len == len32) { in xfs_efi_copy_format()