OCFS2_XATTR_BUCKET_SIZE  809 fs/ocfs2/ocfs2_fs.h #define OCFS2_XATTR_MAX_BLOCKS_PER_BUCKET 	(OCFS2_XATTR_BUCKET_SIZE \
OCFS2_XATTR_BUCKET_SIZE 2643 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
OCFS2_XATTR_BUCKET_SIZE 2652 fs/ocfs2/xattr.c 	off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize +
OCFS2_XATTR_BUCKET_SIZE 2693 fs/ocfs2/xattr.c 		if (OCFS2_XATTR_BUCKET_SIZE != blocksize) {
OCFS2_XATTR_BUCKET_SIZE 2911 fs/ocfs2/xattr.c 	bucket_buf = kmalloc(OCFS2_XATTR_BUCKET_SIZE, GFP_NOFS);
OCFS2_XATTR_BUCKET_SIZE 2958 fs/ocfs2/xattr.c 	end = OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE 3052 fs/ocfs2/xattr.c 	BUG_ON(OCFS2_XATTR_BUCKET_SIZE == osb->s_clustersize);
OCFS2_XATTR_BUCKET_SIZE 3243 fs/ocfs2/xattr.c 	name_offset = OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE 3280 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
OCFS2_XATTR_BUCKET_SIZE 3509 fs/ocfs2/xattr.c 	BUG_ON(OCFS2_XATTR_BUCKET_SIZE < OCFS2_SB(inode->i_sb)->s_clustersize);
OCFS2_XATTR_BUCKET_SIZE 3982 fs/ocfs2/xattr.c 					cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
OCFS2_XATTR_BUCKET_SIZE 4531 fs/ocfs2/xattr.c 	max_free = OCFS2_XATTR_BUCKET_SIZE -
OCFS2_XATTR_BUCKET_SIZE   53 fs/ocfs2/xattr.h 	return (1 << osb->s_clustersize_bits) / OCFS2_XATTR_BUCKET_SIZE;
OCFS2_XATTR_BUCKET_SIZE   58 fs/ocfs2/xattr.h 	return OCFS2_XATTR_BUCKET_SIZE / (1 << sb->s_blocksize_bits);