ocfs2_xa_loc      135 fs/ocfs2/xattr.c struct ocfs2_xa_loc;
ocfs2_xa_loc      140 fs/ocfs2/xattr.c 	int (*xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc,
ocfs2_xa_loc      142 fs/ocfs2/xattr.c 	void (*xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc);
ocfs2_xa_loc      148 fs/ocfs2/xattr.c 	void *(*xlo_offset_pointer)(struct ocfs2_xa_loc *loc, int offset);
ocfs2_xa_loc      151 fs/ocfs2/xattr.c 	int (*xlo_can_reuse)(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc      155 fs/ocfs2/xattr.c 	int (*xlo_check_space)(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc      162 fs/ocfs2/xattr.c 	int (*xlo_get_free_start)(struct ocfs2_xa_loc *loc);
ocfs2_xa_loc      168 fs/ocfs2/xattr.c 	void (*xlo_wipe_namevalue)(struct ocfs2_xa_loc *loc);
ocfs2_xa_loc      171 fs/ocfs2/xattr.c 	void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
ocfs2_xa_loc      174 fs/ocfs2/xattr.c 	void (*xlo_add_namevalue)(struct ocfs2_xa_loc *loc, int size);
ocfs2_xa_loc      180 fs/ocfs2/xattr.c 	void (*xlo_fill_value_buf)(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1442 fs/ocfs2/xattr.c static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1448 fs/ocfs2/xattr.c static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1454 fs/ocfs2/xattr.c static void *ocfs2_xa_offset_pointer(struct ocfs2_xa_loc *loc, int offset)
ocfs2_xa_loc     1465 fs/ocfs2/xattr.c static void ocfs2_xa_wipe_namevalue(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1474 fs/ocfs2/xattr.c static int ocfs2_xa_get_free_start(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1480 fs/ocfs2/xattr.c static int ocfs2_xa_can_reuse_entry(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1487 fs/ocfs2/xattr.c static int ocfs2_xa_check_space(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1493 fs/ocfs2/xattr.c static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
ocfs2_xa_loc     1505 fs/ocfs2/xattr.c static void ocfs2_xa_add_namevalue(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1525 fs/ocfs2/xattr.c static void ocfs2_xa_fill_value_buf(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1544 fs/ocfs2/xattr.c 					 struct ocfs2_xa_loc *loc, int type)
ocfs2_xa_loc     1559 fs/ocfs2/xattr.c 					 struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1566 fs/ocfs2/xattr.c static void *ocfs2_xa_block_offset_pointer(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1572 fs/ocfs2/xattr.c static int ocfs2_xa_block_can_reuse(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1583 fs/ocfs2/xattr.c static int ocfs2_xa_block_get_free_start(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1598 fs/ocfs2/xattr.c static int ocfs2_xa_block_check_space(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1626 fs/ocfs2/xattr.c static void ocfs2_xa_block_wipe_namevalue(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1658 fs/ocfs2/xattr.c static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
ocfs2_xa_loc     1666 fs/ocfs2/xattr.c static void ocfs2_xa_block_add_namevalue(struct ocfs2_xa_loc *loc, int size)
ocfs2_xa_loc     1673 fs/ocfs2/xattr.c static void ocfs2_xa_block_fill_value_buf(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1705 fs/ocfs2/xattr.c 					  struct ocfs2_xa_loc *loc, int type)
ocfs2_xa_loc     1713 fs/ocfs2/xattr.c 					  struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1720 fs/ocfs2/xattr.c static void *ocfs2_xa_bucket_offset_pointer(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1733 fs/ocfs2/xattr.c static int ocfs2_xa_bucket_can_reuse(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1740 fs/ocfs2/xattr.c static int ocfs2_xa_bucket_get_free_start(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1760 fs/ocfs2/xattr.c static int ocfs2_xa_bucket_check_space(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1805 fs/ocfs2/xattr.c static void ocfs2_xa_bucket_wipe_namevalue(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1811 fs/ocfs2/xattr.c static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
ocfs2_xa_loc     1846 fs/ocfs2/xattr.c static void ocfs2_xa_bucket_add_namevalue(struct ocfs2_xa_loc *loc, int size)
ocfs2_xa_loc     1861 fs/ocfs2/xattr.c static void ocfs2_xa_bucket_fill_value_buf(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     1894 fs/ocfs2/xattr.c static unsigned int ocfs2_xa_value_clusters(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1905 fs/ocfs2/xattr.c static int ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes,
ocfs2_xa_loc     1932 fs/ocfs2/xattr.c static void ocfs2_xa_remove_entry(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     1983 fs/ocfs2/xattr.c static void ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2015 fs/ocfs2/xattr.c static int ocfs2_xa_remove(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2047 fs/ocfs2/xattr.c static void ocfs2_xa_install_value_root(struct ocfs2_xa_loc *loc)
ocfs2_xa_loc     2062 fs/ocfs2/xattr.c static int ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2123 fs/ocfs2/xattr.c static int ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2199 fs/ocfs2/xattr.c static int ocfs2_xa_store_value(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2222 fs/ocfs2/xattr.c static int ocfs2_xa_set(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2267 fs/ocfs2/xattr.c static void ocfs2_init_dinode_xa_loc(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2286 fs/ocfs2/xattr.c static void ocfs2_init_xattr_block_xa_loc(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2305 fs/ocfs2/xattr.c static void ocfs2_init_xattr_bucket_xa_loc(struct ocfs2_xa_loc *loc,
ocfs2_xa_loc     2776 fs/ocfs2/xattr.c 	struct ocfs2_xa_loc loc;
ocfs2_xa_loc     2960 fs/ocfs2/xattr.c 	struct ocfs2_xa_loc loc;
ocfs2_xa_loc     5550 fs/ocfs2/xattr.c 	struct ocfs2_xa_loc loc;