• Home
  • Raw
  • Download

Lines Matching refs:ocfs2_xattr_entry

130 	struct ocfs2_xattr_entry *here;
203 struct ocfs2_xattr_entry *xl_entry;
233 static int namevalue_size_xe(struct ocfs2_xattr_entry *xe) in namevalue_size_xe()
563 sizeof(struct ocfs2_xattr_entry); in ocfs2_xattr_entry_real_size()
569 sizeof(struct ocfs2_xattr_entry); in ocfs2_xi_entry_usage()
572 static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe) in ocfs2_xe_entry_usage()
575 sizeof(struct ocfs2_xattr_entry); in ocfs2_xe_entry_usage()
939 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
1075 struct ocfs2_xattr_entry *entry; in ocfs2_xattr_find_entry()
1432 (num_entries * sizeof(struct ocfs2_xattr_entry)) - in ocfs2_xa_check_space_helper()
1630 struct ocfs2_xattr_entry *entry = loc->xl_entry; in ocfs2_xa_block_wipe_namevalue()
1663 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry)); in ocfs2_xa_block_add_entry()
1781 needed_space -= sizeof(struct ocfs2_xattr_entry); in ocfs2_xa_bucket_check_space()
1816 struct ocfs2_xattr_entry *tmp_xe; in ocfs2_xa_bucket_add_entry()
1839 ((count - low) * sizeof(struct ocfs2_xattr_entry))); in ocfs2_xa_bucket_add_entry()
1843 memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry)); in ocfs2_xa_bucket_add_entry()
1936 struct ocfs2_xattr_entry *entry = loc->xl_entry; in ocfs2_xa_remove_entry()
1951 sizeof(struct ocfs2_xattr_entry); in ocfs2_xa_remove_entry()
1953 (count - index) * sizeof(struct ocfs2_xattr_entry)); in ocfs2_xa_remove_entry()
1955 sizeof(struct ocfs2_xattr_entry)); in ocfs2_xa_remove_entry()
2270 struct ocfs2_xattr_entry *entry) in ocfs2_init_dinode_xa_loc()
2289 struct ocfs2_xattr_entry *entry) in ocfs2_init_xattr_block_xa_loc()
2307 struct ocfs2_xattr_entry *entry) in ocfs2_init_xattr_bucket_xa_loc()
2376 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_remove_value_outside()
3007 struct ocfs2_xattr_entry *last; in ocfs2_xattr_can_be_in_inode()
3029 if (free >= (sizeof(struct ocfs2_xattr_entry) + namevalue_size_xi(xi))) in ocfs2_xattr_can_be_in_inode()
3048 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_calc_xattr_set_need()
3759 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_find_xe_in_bucket()
3823 struct ocfs2_xattr_entry *xe = NULL; in ocfs2_xattr_bucket_find()
4055 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i]; in ocfs2_list_xattr_bucket()
4156 const struct ocfs2_xattr_entry *l = a, *r = b; in cmp_xe()
4169 struct ocfs2_xattr_entry *l = a, *r = b, tmp; in swap_xe()
4172 memcpy(l, r, sizeof(struct ocfs2_xattr_entry)); in swap_xe()
4173 memcpy(r, &tmp, sizeof(struct ocfs2_xattr_entry)); in swap_xe()
4191 struct ocfs2_xattr_entry *xe; in ocfs2_cp_xattr_block_to_bucket()
4229 size = count * sizeof(struct ocfs2_xattr_entry); in ocfs2_cp_xattr_block_to_bucket()
4240 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry), in ocfs2_cp_xattr_block_to_bucket()
4368 const struct ocfs2_xattr_entry *l = a, *r = b; in cmp_xe_offset()
4396 struct ocfs2_xattr_entry *xe; in ocfs2_defrag_xattr_bucket()
4435 sizeof(struct ocfs2_xattr_entry), in ocfs2_defrag_xattr_bucket()
4477 sizeof(struct ocfs2_xattr_entry), in ocfs2_defrag_xattr_bucket()
4585 struct ocfs2_xattr_entry *entries = xh->xh_entries; in ocfs2_xattr_find_divide_pos()
4636 struct ocfs2_xattr_entry *xe; in ocfs2_divide_xattr_bucket()
4738 len = sizeof(struct ocfs2_xattr_entry) * (count - start); in ocfs2_divide_xattr_bucket()
4744 len = sizeof(struct ocfs2_xattr_entry) * start; in ocfs2_divide_xattr_bucket()
4782 sizeof(struct ocfs2_xattr_entry) * (count - start)); in ocfs2_divide_xattr_bucket()
5362 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_bucket_value_truncate()
5660 struct ocfs2_xattr_entry *xe; in ocfs2_delete_xattr_in_bucket()
5770 struct ocfs2_xattr_entry *xe; in ocfs2_prepare_refcount_xattr()
5945 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_attach_refcount_normal()
6008 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset]; in ocfs2_get_xattr_tree_value_root()
6046 struct ocfs2_xattr_entry *xe; in ocfs2_xattr_bucket_value_refcount()
6180 typedef int (should_xattr_reflinked)(struct ocfs2_xattr_entry *xe);
6224 struct ocfs2_xattr_entry *xe; in ocfs2_value_metas_in_xattr_header()
6266 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset]; in ocfs2_get_xattr_value_root()
6352 struct ocfs2_xattr_entry *xe, *last; in ocfs2_reflink_xattr_header()
6373 sizeof(struct ocfs2_xattr_entry)); in ocfs2_reflink_xattr_header()
7121 static int ocfs2_reflink_xattr_no_security(struct ocfs2_xattr_entry *xe) in ocfs2_reflink_xattr_no_security()