• Home
  • Raw
  • Download

Lines Matching refs:header

134 	struct ocfs2_xattr_header *header;  member
914 struct ocfs2_xattr_header *header, in ocfs2_xattr_list_entries() argument
921 for (i = 0 ; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_list_entries()
922 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
927 name = (const char *)header + in ocfs2_xattr_list_entries()
963 struct ocfs2_xattr_header *header = NULL; in ocfs2_xattr_ibody_list() local
970 header = (struct ocfs2_xattr_header *) in ocfs2_xattr_ibody_list()
974 ret = ocfs2_xattr_list_entries(inode, header, buffer, buffer_size); in ocfs2_xattr_ibody_list()
1000 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_list() local
1001 ret = ocfs2_xattr_list_entries(inode, header, in ocfs2_xattr_block_list()
1070 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_find_entry()
1156 xs->header = (struct ocfs2_xattr_header *) in ocfs2_xattr_ibody_get()
1158 xs->base = (void *)xs->header; in ocfs2_xattr_ibody_get()
1159 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_get()
1229 i = xs->here - xs->header->xh_entries; in ocfs2_xattr_block_get()
2349 struct ocfs2_xattr_header *header, in ocfs2_remove_value_outside() argument
2360 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_remove_value_outside()
2361 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_remove_value_outside()
2366 val = (void *)header + in ocfs2_remove_value_outside()
2413 struct ocfs2_xattr_header *header; in ocfs2_xattr_ibody_remove() local
2420 header = (struct ocfs2_xattr_header *) in ocfs2_xattr_ibody_remove()
2424 ret = ocfs2_remove_value_outside(inode, &vb, header, in ocfs2_xattr_ibody_remove()
2453 struct ocfs2_xattr_header *header = &(xb->xb_attrs.xb_header); in ocfs2_xattr_block_remove() local
2454 ret = ocfs2_remove_value_outside(inode, &vb, header, in ocfs2_xattr_block_remove()
2682 xs->header = (struct ocfs2_xattr_header *) in ocfs2_xattr_ibody_find()
2685 xs->header = (struct ocfs2_xattr_header *) in ocfs2_xattr_ibody_find()
2687 xs->base = (void *)xs->header; in ocfs2_xattr_ibody_find()
2688 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_find()
2822 xs->header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_find()
2823 xs->base = (void *)xs->header; in ocfs2_xattr_block_find()
2825 xs->here = xs->header->xh_entries; in ocfs2_xattr_block_find()
2957 xs->header = &xblk->xb_attrs.xb_header; in ocfs2_xattr_block_set()
2958 xs->base = (void *)xs->header; in ocfs2_xattr_block_set()
2960 xs->here = xs->header->xh_entries; in ocfs2_xattr_block_set()
2996 if (!xs->header) in ocfs2_xattr_can_be_in_inode()
2999 last = xs->header->xh_entries; in ocfs2_xattr_can_be_in_inode()
3001 for (i = 0; i < le16_to_cpu(xs->header->xh_count); i++) { in ocfs2_xattr_can_be_in_inode()
3074 i = xbs->here - xbs->header->xh_entries; in ocfs2_calc_xattr_set_need()
3888 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_bucket_find()
3893 xs->here = &xs->header->xh_entries[index]; in ocfs2_xattr_bucket_find()
4246 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_update_xattr_search()
4254 xs->here = &xs->header->xh_entries[i]; in ocfs2_xattr_update_xattr_search()
5780 i = xbs->here - xbs->header->xh_entries; in ocfs2_prepare_refcount_xattr()
5924 struct ocfs2_xattr_header *header, in ocfs2_xattr_attach_refcount_normal() argument
5935 for (i = 0; i < le16_to_cpu(header->xh_count); i++) { in ocfs2_xattr_attach_refcount_normal()
5936 xe = &header->xh_entries[i]; in ocfs2_xattr_attach_refcount_normal()
5941 xv = (struct ocfs2_xattr_value_root *)((void *)header + in ocfs2_xattr_attach_refcount_normal()
5967 struct ocfs2_xattr_header *header = (struct ocfs2_xattr_header *) in ocfs2_xattr_inline_attach_refcount() local
5975 return ocfs2_xattr_attach_refcount_normal(inode, &vb, header, in ocfs2_xattr_inline_attach_refcount()
6099 struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header; in ocfs2_xattr_block_attach_refcount() local
6105 ret = ocfs2_xattr_attach_refcount_normal(inode, &vb, header, in ocfs2_xattr_block_attach_refcount()