Lines Matching refs:name_offset
1203 int ret = -ENODATA, name_offset, name_len, i; in ocfs2_xattr_block_get() local
1231 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1240 &name_offset); in ocfs2_xattr_block_get()
1249 name_offset + name_len, size); in ocfs2_xattr_block_get()
1252 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3040 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3068 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3076 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3085 &name_offset); in ocfs2_calc_xattr_set_need()
3138 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
4024 u16 name_offset; in ocfs2_xattr_bucket_get_name_value() local
4029 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); in ocfs2_xattr_bucket_get_name_value()
4031 *block_off = name_offset >> sb->s_blocksize_bits; in ocfs2_xattr_bucket_get_name_value()
4032 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4627 int count, start, len, name_value_len = 0, name_offset = 0; in ocfs2_divide_xattr_bucket() local
4714 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4719 if (le16_to_cpu(xe->xe_name_offset) < name_offset) in ocfs2_divide_xattr_bucket()
4720 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_divide_xattr_bucket()
4778 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()
5768 int name_offset, name_len; in ocfs2_prepare_refcount_xattr() local
5778 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5787 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5795 &name_offset); in ocfs2_prepare_refcount_xattr()
5824 (base + name_offset + name_len); in ocfs2_prepare_refcount_xattr()
6000 int ret, block_off, name_offset; in ocfs2_get_xattr_tree_value_root() local
6009 &name_offset); in ocfs2_get_xattr_tree_value_root()
6017 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()