Searched refs:chunks (Results 1 – 8 of 8) sorted by relevance
| /fs/xfs/ |
| A D | xfs_buf_item.c | 170 unsigned int chunks = DIV_ROUND_UP(blocksize, XFS_BLF_CHUNK); in xfs_buf_inval_log_space() local 171 unsigned int bitmap_size = DIV_ROUND_UP(chunks, NBWORD); in xfs_buf_inval_log_space() 861 int chunks; in xfs_buf_item_init() local 894 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init() 896 map_size = DIV_ROUND_UP(chunks, NBWORD); in xfs_buf_item_init()
|
| /fs/smb/server/ |
| A D | vfs.c | 1779 struct srv_copychunk *chunks, in ksmbd_vfs_copy_file_ranges() argument 1810 src_off = le64_to_cpu(chunks[i].SourceOffset); in ksmbd_vfs_copy_file_ranges() 1811 dst_off = le64_to_cpu(chunks[i].TargetOffset); in ksmbd_vfs_copy_file_ranges() 1812 len = le32_to_cpu(chunks[i].Length); in ksmbd_vfs_copy_file_ranges() 1826 src_off = le64_to_cpu(chunks[i].SourceOffset); in ksmbd_vfs_copy_file_ranges() 1827 dst_off = le64_to_cpu(chunks[i].TargetOffset); in ksmbd_vfs_copy_file_ranges() 1828 len = le32_to_cpu(chunks[i].Length); in ksmbd_vfs_copy_file_ranges()
|
| A D | vfs.h | 98 struct srv_copychunk *chunks,
|
| A D | smb2pdu.c | 7701 struct srv_copychunk *chunks; in fsctl_copychunk() local 7730 chunks = &ci_req->Chunks[0]; in fsctl_copychunk() 7732 if (le32_to_cpu(chunks[i].Length) == 0 || in fsctl_copychunk() 7733 le32_to_cpu(chunks[i].Length) > ksmbd_server_side_copy_max_chunk_size()) in fsctl_copychunk() 7735 total_size_written += le32_to_cpu(chunks[i].Length); in fsctl_copychunk() 7770 chunks, chunk_count, in fsctl_copychunk()
|
| /fs/xfs/scrub/ |
| A D | reap.c | 1022 int chunks; in xreap_buf_loggable() local 1025 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xreap_buf_loggable() 1027 map_size = DIV_ROUND_UP(chunks, NBWORD); in xreap_buf_loggable()
|
| /fs/ocfs2/ |
| A D | quota_local.c | 346 int i, chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_recovery_load_quota() local 349 for (i = 0; i < chunks; i++) { in ocfs2_recovery_load_quota()
|
| /fs/befs/ |
| A D | ChangeLog | 233 So it does i/o in much larger chunks. It is the correct linux way. It
|
| /fs/btrfs/ |
| A D | inode.c | 747 struct async_chunk chunks[]; member 1602 ctx = kvmalloc(struct_size(ctx, chunks, num_chunks), GFP_KERNEL); in run_delalloc_compressed() 1609 async_chunk = ctx->chunks; in run_delalloc_compressed()
|
Completed in 56 milliseconds