Lines Matching refs:name_offset
1213 int ret = -ENODATA, name_offset, name_len, i; in ocfs2_xattr_block_get() local
1241 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1250 &name_offset); in ocfs2_xattr_block_get()
1259 name_offset + name_len, size); in ocfs2_xattr_block_get()
1262 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3051 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3079 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3087 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3096 &name_offset); in ocfs2_calc_xattr_set_need()
3149 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
4032 u16 name_offset; in ocfs2_xattr_bucket_get_name_value() local
4037 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); in ocfs2_xattr_bucket_get_name_value()
4039 *block_off = name_offset >> sb->s_blocksize_bits; in ocfs2_xattr_bucket_get_name_value()
4040 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4633 int count, start, len, name_value_len = 0, name_offset = 0; in ocfs2_divide_xattr_bucket() local
4720 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4725 if (le16_to_cpu(xe->xe_name_offset) < name_offset) in ocfs2_divide_xattr_bucket()
4726 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_divide_xattr_bucket()
4784 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()
5774 int name_offset, name_len; in ocfs2_prepare_refcount_xattr() local
5784 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5793 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5801 &name_offset); in ocfs2_prepare_refcount_xattr()
5830 (base + name_offset + name_len); in ocfs2_prepare_refcount_xattr()
6006 int ret, block_off, name_offset; in ocfs2_get_xattr_tree_value_root() local
6015 &name_offset); in ocfs2_get_xattr_tree_value_root()
6023 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()