Lines Matching refs:name_offset

1197 	int ret = -ENODATA, name_offset, name_len, i;  in ocfs2_xattr_block_get()  local
1225 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1234 &name_offset); in ocfs2_xattr_block_get()
1243 name_offset + name_len, size); in ocfs2_xattr_block_get()
1246 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3034 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3062 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3070 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3079 &name_offset); in ocfs2_calc_xattr_set_need()
3132 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
4016 u16 name_offset; in ocfs2_xattr_bucket_get_name_value() local
4021 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); in ocfs2_xattr_bucket_get_name_value()
4023 *block_off = name_offset >> sb->s_blocksize_bits; in ocfs2_xattr_bucket_get_name_value()
4024 *new_offset = name_offset % sb->s_blocksize; in ocfs2_xattr_bucket_get_name_value()
4619 int count, start, len, name_value_len = 0, name_offset = 0; in ocfs2_divide_xattr_bucket() local
4706 name_offset = OCFS2_XATTR_BUCKET_SIZE; in ocfs2_divide_xattr_bucket()
4711 if (le16_to_cpu(xe->xe_name_offset) < name_offset) in ocfs2_divide_xattr_bucket()
4712 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_divide_xattr_bucket()
4770 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()
5760 int name_offset, name_len; in ocfs2_prepare_refcount_xattr() local
5770 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5779 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_prepare_refcount_xattr()
5787 &name_offset); in ocfs2_prepare_refcount_xattr()
5816 (base + name_offset + name_len); in ocfs2_prepare_refcount_xattr()
5992 int ret, block_off, name_offset; in ocfs2_get_xattr_tree_value_root() local
6001 &name_offset); in ocfs2_get_xattr_tree_value_root()
6009 *xv = (struct ocfs2_xattr_value_root *)(base + name_offset + in ocfs2_get_xattr_tree_value_root()