OCFS2_XATTR_BUCKET_SIZE 1060 fs/ocfs2/ocfs2_fs.h #define OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET 	(OCFS2_XATTR_BUCKET_SIZE \
OCFS2_XATTR_BUCKET_SIZE  310 fs/ocfs2/xattr.c 	return (1 << osb->s_clustersize_bits) / OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE  315 fs/ocfs2/xattr.c 	return OCFS2_XATTR_BUCKET_SIZE / (1 << sb->s_blocksize_bits);
OCFS2_XATTR_BUCKET_SIZE 2314 fs/ocfs2/xattr.c 	loc->xl_size = OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE 3220 fs/ocfs2/xattr.c 		if (OCFS2_XATTR_BUCKET_SIZE ==
OCFS2_XATTR_BUCKET_SIZE 4224 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
OCFS2_XATTR_BUCKET_SIZE 4233 fs/ocfs2/xattr.c 	off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize +
OCFS2_XATTR_BUCKET_SIZE 4404 fs/ocfs2/xattr.c 	bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS);
OCFS2_XATTR_BUCKET_SIZE 4440 fs/ocfs2/xattr.c 	end = OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE 4525 fs/ocfs2/xattr.c 	BUG_ON(OCFS2_XATTR_BUCKET_SIZE == OCFS2_SB(sb)->s_clustersize);
OCFS2_XATTR_BUCKET_SIZE 4720 fs/ocfs2/xattr.c 	name_offset = OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE 4751 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
OCFS2_XATTR_BUCKET_SIZE 4988 fs/ocfs2/xattr.c 	BUG_ON(OCFS2_XATTR_BUCKET_SIZE < OCFS2_SB(inode->i_sb)->s_clustersize);