Searched refs:aligned_count (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | bitmap.c | 67 u64 aligned_start, aligned_count; in ntfs_trim_fs() local 77 aligned_count = in ntfs_trim_fs() 79 if (aligned_count >= range->minlen) { in ntfs_trim_fs() 81 aligned_count >> 9, GFP_NOFS); in ntfs_trim_fs() 84 trimmed += aligned_count; in ntfs_trim_fs()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 580 ssize_t ret, aligned_count; in xe_eu_stall_stream_read() local 582 aligned_count = ALIGN_DOWN(count, stream->data_record_size); in xe_eu_stall_stream_read() 583 if (aligned_count == 0) in xe_eu_stall_stream_read() 598 ret = xe_eu_stall_stream_read_locked(stream, file, buf, aligned_count); in xe_eu_stall_stream_read() 603 ret = xe_eu_stall_stream_read_locked(stream, file, buf, aligned_count); in xe_eu_stall_stream_read()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 623 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local 640 aligned_count = count + unaligned_bytes; in wil_read_file_ioblob() 642 buf = kmalloc(aligned_count, GFP_KERNEL); in wil_read_file_ioblob() 660 wil_blob->blob.data + aligned_pos, aligned_count); in wil_read_file_ioblob()
|