Searched refs:xh (Results 1 – 1 of 1) sorted by relevance
252 struct ocfs2_xattr_header *xh,944 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local947 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside()951 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside()952 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()1570 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local1571 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start()1575 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()1616 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local1617 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue()[all …]