Lines Matching refs:name_offset

1221 	int ret = -ENODATA, name_offset, name_len, i;  in ocfs2_xattr_block_get()  local
1249 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1258 &name_offset); in ocfs2_xattr_block_get()
1267 name_offset + name_len, size); in ocfs2_xattr_block_get()
1270 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3059 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3087 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3095 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3104 &name_offset); in ocfs2_calc_xattr_set_need()
3157 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
4043 u16 name_offset; in ocfs2_xattr_bucket_get_name_value() local
4048 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); in ocfs2_xattr_bucket_get_name_value()
4050 *block_off = name_offset >> sb->s_blocksize_bits; in ocfs2_xattr_bucket_get_name_value()
4051 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4644 int count, start, len, name_value_len = 0, name_offset = 0; in ocfs2_divide_xattr_bucket() local
4731 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4736 if (le16_to_cpu(xe->xe_name_offset) < name_offset) in ocfs2_divide_xattr_bucket()
4737 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_divide_xattr_bucket()
4795 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()
5785 int name_offset, name_len; in ocfs2_prepare_refcount_xattr() local
5795 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5804 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5812 &name_offset); in ocfs2_prepare_refcount_xattr()
5841 (base + name_offset + name_len); in ocfs2_prepare_refcount_xattr()
6017 int ret, block_off, name_offset; in ocfs2_get_xattr_tree_value_root() local
6026 &name_offset); in ocfs2_get_xattr_tree_value_root()
6034 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()