fs/ocfs2/xattr.c
133
struct ocfs2_xa_loc;
fs/ocfs2/xattr.c
138
int (*xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
140
void (*xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc);
fs/ocfs2/xattr.c
146
void *(*xlo_offset_pointer)(struct ocfs2_xa_loc *loc, int offset);
fs/ocfs2/xattr.c
1486
static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
149
int (*xlo_can_reuse)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1492
static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1498
static void *ocfs2_xa_offset_pointer(struct ocfs2_xa_loc *loc, int offset)
fs/ocfs2/xattr.c
1509
static void ocfs2_xa_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1518
static int ocfs2_xa_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1524
static int ocfs2_xa_can_reuse_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
153
int (*xlo_check_space)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1531
static int ocfs2_xa_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1537
static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1549
static void ocfs2_xa_add_namevalue(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1569
static void ocfs2_xa_fill_value_buf(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1588
struct ocfs2_xa_loc *loc, int type)
fs/ocfs2/xattr.c
160
int (*xlo_get_free_start)(struct ocfs2_xa_loc *loc);
fs/ocfs2/xattr.c
1603
struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1610
static void *ocfs2_xa_block_offset_pointer(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1616
static int ocfs2_xa_block_can_reuse(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1627
static int ocfs2_xa_block_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1642
static int ocfs2_xa_block_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
166
void (*xlo_wipe_namevalue)(struct ocfs2_xa_loc *loc);
fs/ocfs2/xattr.c
1670
static void ocfs2_xa_block_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
169
void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);
fs/ocfs2/xattr.c
1702
static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1710
static void ocfs2_xa_block_add_namevalue(struct ocfs2_xa_loc *loc, int size)
fs/ocfs2/xattr.c
1717
static void ocfs2_xa_block_fill_value_buf(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
172
void (*xlo_add_namevalue)(struct ocfs2_xa_loc *loc, int size);
fs/ocfs2/xattr.c
1749
struct ocfs2_xa_loc *loc, int type)
fs/ocfs2/xattr.c
1757
struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1764
static void *ocfs2_xa_bucket_offset_pointer(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1777
static int ocfs2_xa_bucket_can_reuse(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
178
void (*xlo_fill_value_buf)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1784
static int ocfs2_xa_bucket_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1804
static int ocfs2_xa_bucket_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1849
static void ocfs2_xa_bucket_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1855
static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1890
static void ocfs2_xa_bucket_add_namevalue(struct ocfs2_xa_loc *loc, int size)
fs/ocfs2/xattr.c
1905
static void ocfs2_xa_bucket_fill_value_buf(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1938
static unsigned int ocfs2_xa_value_clusters(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1949
static int ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes,
fs/ocfs2/xattr.c
1976
static void ocfs2_xa_remove_entry(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
2028
static void ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2060
static int ocfs2_xa_remove(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2091
static void ocfs2_xa_install_value_root(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
2106
static int ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2167
static int ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2243
static int ocfs2_xa_store_value(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2266
static int ocfs2_xa_set(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2311
static void ocfs2_init_dinode_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2330
static void ocfs2_init_xattr_block_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2349
static void ocfs2_init_xattr_bucket_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2822
struct ocfs2_xa_loc loc;
fs/ocfs2/xattr.c
3006
struct ocfs2_xa_loc loc;
fs/ocfs2/xattr.c
5587
struct ocfs2_xa_loc loc;