Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
A Dxfs_buf_item.c170 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 Dvfs.c1779 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 Dvfs.h98 struct srv_copychunk *chunks,
A Dsmb2pdu.c7701 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 Dreap.c1022 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 Dquota_local.c346 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 DChangeLog233 So it does i/o in much larger chunks. It is the correct linux way. It
/fs/btrfs/
A Dinode.c747 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 48 milliseconds