Lines Matching refs:name_offset

1211 	int ret = -ENODATA, name_offset, name_len, i;  in ocfs2_xattr_block_get()  local
1239 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1248 &name_offset); in ocfs2_xattr_block_get()
1257 name_offset + name_len, size); in ocfs2_xattr_block_get()
1260 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3049 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3077 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3085 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3094 &name_offset); in ocfs2_calc_xattr_set_need()
3147 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
4030 u16 name_offset; in ocfs2_xattr_bucket_get_name_value() local
4035 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); in ocfs2_xattr_bucket_get_name_value()
4037 *block_off = name_offset >> sb->s_blocksize_bits; in ocfs2_xattr_bucket_get_name_value()
4038 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4631 int count, start, len, name_value_len = 0, name_offset = 0; in ocfs2_divide_xattr_bucket() local
4718 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4723 if (le16_to_cpu(xe->xe_name_offset) < name_offset) in ocfs2_divide_xattr_bucket()
4724 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_divide_xattr_bucket()
4782 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()
5772 int name_offset, name_len; in ocfs2_prepare_refcount_xattr() local
5782 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5791 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5799 &name_offset); in ocfs2_prepare_refcount_xattr()
5828 (base + name_offset + name_len); in ocfs2_prepare_refcount_xattr()
6004 int ret, block_off, name_offset; in ocfs2_get_xattr_tree_value_root() local
6013 &name_offset); in ocfs2_get_xattr_tree_value_root()
6021 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()