xl_entry          203 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *xl_entry;
xl_entry         1496 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash);
xl_entry         1502 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_offset = cpu_to_le16(loc->xl_size);
xl_entry         1513 fs/ocfs2/xattr.c 	loc->xl_entry->xe_value_size = cpu_to_le64(xi->xi_value_len);
xl_entry         1514 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_len = xi->xi_name_len;
xl_entry         1515 fs/ocfs2/xattr.c 	ocfs2_xattr_set_type(loc->xl_entry, xi->xi_name_index);
xl_entry         1516 fs/ocfs2/xattr.c 	ocfs2_xattr_set_local(loc->xl_entry,
xl_entry         1519 fs/ocfs2/xattr.c 	nameval_offset = le16_to_cpu(loc->xl_entry->xe_name_offset);
xl_entry         1528 fs/ocfs2/xattr.c 	int nameval_offset = le16_to_cpu(loc->xl_entry->xe_name_offset);
xl_entry         1529 fs/ocfs2/xattr.c 	int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len);
xl_entry         1532 fs/ocfs2/xattr.c 	BUG_ON(ocfs2_xattr_is_local(loc->xl_entry));
xl_entry         1533 fs/ocfs2/xattr.c 	BUG_ON(namevalue_size_xe(loc->xl_entry) !=
xl_entry         1579 fs/ocfs2/xattr.c 	return namevalue_size_xe(loc->xl_entry) ==
xl_entry         1610 fs/ocfs2/xattr.c 	if (loc->xl_entry) {
xl_entry         1615 fs/ocfs2/xattr.c 			needed_space -= ocfs2_xe_entry_usage(loc->xl_entry);
xl_entry         1630 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *entry = loc->xl_entry;
xl_entry         1661 fs/ocfs2/xattr.c 	loc->xl_entry = &(loc->xl_header->xh_entries[count]);
xl_entry         1663 fs/ocfs2/xattr.c 	memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
xl_entry         1670 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_offset = cpu_to_le16(free_start - size);
xl_entry         1736 fs/ocfs2/xattr.c 	return namevalue_size_xe(loc->xl_entry) >=
xl_entry         1776 fs/ocfs2/xattr.c 	if (loc->xl_entry) {
xl_entry         1808 fs/ocfs2/xattr.c 		     -namevalue_size_xe(loc->xl_entry));
xl_entry         1842 fs/ocfs2/xattr.c 	loc->xl_entry = &xh->xh_entries[low];
xl_entry         1843 fs/ocfs2/xattr.c 	memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
xl_entry         1855 fs/ocfs2/xattr.c 	loc->xl_entry->xe_name_offset = cpu_to_le16(nameval_offset);
xl_entry         1866 fs/ocfs2/xattr.c 	int nameval_offset = le16_to_cpu(loc->xl_entry->xe_name_offset);
xl_entry         1867 fs/ocfs2/xattr.c 	int size = namevalue_size_xe(loc->xl_entry);
xl_entry         1898 fs/ocfs2/xattr.c 	if (ocfs2_xattr_is_local(loc->xl_entry))
xl_entry         1936 fs/ocfs2/xattr.c 	struct ocfs2_xattr_entry *entry = loc->xl_entry;
xl_entry         1939 fs/ocfs2/xattr.c 	loc->xl_entry = NULL;
xl_entry         1989 fs/ocfs2/xattr.c 				le16_to_cpu(loc->xl_entry->xe_name_offset));
xl_entry         1995 fs/ocfs2/xattr.c 		     what, loc->xl_entry->xe_name_len, nameval_buf,
xl_entry         2003 fs/ocfs2/xattr.c 		     loc->xl_entry->xe_name_len, nameval_buf,
xl_entry         2011 fs/ocfs2/xattr.c 		     loc->xl_entry->xe_name_len, nameval_buf,
xl_entry         2021 fs/ocfs2/xattr.c 	if (!ocfs2_xattr_is_local(loc->xl_entry)) {
xl_entry         2049 fs/ocfs2/xattr.c 	int name_size = OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len);
xl_entry         2053 fs/ocfs2/xattr.c 				le16_to_cpu(loc->xl_entry->xe_name_offset));
xl_entry         2070 fs/ocfs2/xattr.c 	int xe_local = ocfs2_xattr_is_local(loc->xl_entry);
xl_entry         2073 fs/ocfs2/xattr.c 	BUG_ON(OCFS2_XATTR_SIZE(loc->xl_entry->xe_name_len) !=
xl_entry         2077 fs/ocfs2/xattr.c 				le16_to_cpu(loc->xl_entry->xe_name_offset));
xl_entry         2080 fs/ocfs2/xattr.c 		       namevalue_size_xe(loc->xl_entry) - name_size);
xl_entry         2091 fs/ocfs2/xattr.c 				       namevalue_size_xe(loc->xl_entry) -
xl_entry         2093 fs/ocfs2/xattr.c 		} else if (le64_to_cpu(loc->xl_entry->xe_value_size) >
xl_entry         2108 fs/ocfs2/xattr.c 	loc->xl_entry->xe_value_size = cpu_to_le64(xi->xi_value_len);
xl_entry         2109 fs/ocfs2/xattr.c 	ocfs2_xattr_set_local(loc->xl_entry, xi_local);
xl_entry         2136 fs/ocfs2/xattr.c 	if (loc->xl_entry) {
xl_entry         2138 fs/ocfs2/xattr.c 			orig_value_size = loc->xl_entry->xe_value_size;
xl_entry         2145 fs/ocfs2/xattr.c 		if (!ocfs2_xattr_is_local(loc->xl_entry)) {
xl_entry         2182 fs/ocfs2/xattr.c 			if (loc->xl_entry) {
xl_entry         2184 fs/ocfs2/xattr.c 				loc->xl_entry->xe_value_size = orig_value_size;
xl_entry         2204 fs/ocfs2/xattr.c 	int nameval_offset = le16_to_cpu(loc->xl_entry->xe_name_offset);
xl_entry         2279 fs/ocfs2/xattr.c 	loc->xl_entry = entry;
xl_entry         2300 fs/ocfs2/xattr.c 	loc->xl_entry = entry;
xl_entry         2313 fs/ocfs2/xattr.c 	loc->xl_entry = entry;
xl_entry         2799 fs/ocfs2/xattr.c 	xs->here = loc.xl_entry;
xl_entry         2985 fs/ocfs2/xattr.c 			xs->here = loc.xl_entry;
xl_entry         5558 fs/ocfs2/xattr.c 		xs->here = loc.xl_entry;
xl_entry         5576 fs/ocfs2/xattr.c 		xs->here = loc.xl_entry;