Home
last modified time | relevance | path

Searched refs:blks_per_bucket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c4517 int blks_per_bucket = ocfs2_blocks_per_xattr_bucket(sb); in ocfs2_mv_xattr_bucket_cross_cluster() local
4540 src_blkno = last_cluster_blkno + (to_move * blks_per_bucket); in ocfs2_mv_xattr_bucket_cross_cluster()
4883 int blks_per_bucket = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_mv_xattr_buckets() local
4893 last_blk += (start_bucket * blks_per_bucket); in ocfs2_mv_xattr_buckets()
4916 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets()
4932 last_blk + (i * blks_per_bucket), in ocfs2_mv_xattr_buckets()
4933 to_blk + (i * blks_per_bucket), in ocfs2_mv_xattr_buckets()
5191 * at target+1 (aka, target_blkno + blks_per_bucket).
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c4511 int blks_per_bucket = ocfs2_blocks_per_xattr_bucket(sb); in ocfs2_mv_xattr_bucket_cross_cluster() local
4534 src_blkno = last_cluster_blkno + (to_move * blks_per_bucket); in ocfs2_mv_xattr_bucket_cross_cluster()
4877 int blks_per_bucket = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_mv_xattr_buckets() local
4887 last_blk += (start_bucket * blks_per_bucket); in ocfs2_mv_xattr_buckets()
4910 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets()
4926 last_blk + (i * blks_per_bucket), in ocfs2_mv_xattr_buckets()
4927 to_blk + (i * blks_per_bucket), in ocfs2_mv_xattr_buckets()
5185 * at target+1 (aka, target_blkno + blks_per_bucket).

Completed in 19 milliseconds