Lines Matching refs:OCFS2_XATTR_BUCKET_SIZE
318 return (1 << osb->s_clustersize_bits) / OCFS2_XATTR_BUCKET_SIZE; in ocfs2_xattr_buckets_per_cluster()
323 return OCFS2_XATTR_BUCKET_SIZE / (1 << sb->s_blocksize_bits); in ocfs2_blocks_per_xattr_bucket()
2297 loc->xl_size = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_init_xattr_bucket_xa_loc()
3203 if (OCFS2_XATTR_BUCKET_SIZE == in ocfs2_calc_xattr_set_need()
4210 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size); in ocfs2_cp_xattr_block_to_bucket()
4219 off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize + in ocfs2_cp_xattr_block_to_bucket()
4390 bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS); in ocfs2_defrag_xattr_bucket()
4426 end = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_defrag_xattr_bucket()
4511 BUG_ON(OCFS2_XATTR_BUCKET_SIZE == OCFS2_SB(sb)->s_clustersize); in ocfs2_mv_xattr_bucket_cross_cluster()
4706 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4737 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE); in ocfs2_divide_xattr_bucket()
4974 BUG_ON(OCFS2_XATTR_BUCKET_SIZE < OCFS2_SB(inode->i_sb)->s_clustersize); in ocfs2_divide_xattr_cluster()