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
1475
static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1481
static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1487
static void *ocfs2_xa_offset_pointer(struct ocfs2_xa_loc *loc, int offset)
fs/ocfs2/xattr.c
149
int (*xlo_can_reuse)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1498
static void ocfs2_xa_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1507
static int ocfs2_xa_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1513
static int ocfs2_xa_can_reuse_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1520
static int ocfs2_xa_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1526
static void ocfs2_xa_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
153
int (*xlo_check_space)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1538
static void ocfs2_xa_add_namevalue(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1558
static void ocfs2_xa_fill_value_buf(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1577
struct ocfs2_xa_loc *loc, int type)
fs/ocfs2/xattr.c
1592
struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1599
static void *ocfs2_xa_block_offset_pointer(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
160
int (*xlo_get_free_start)(struct ocfs2_xa_loc *loc);
fs/ocfs2/xattr.c
1605
static int ocfs2_xa_block_can_reuse(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1616
static int ocfs2_xa_block_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1631
static int ocfs2_xa_block_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1659
static void ocfs2_xa_block_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
166
void (*xlo_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
1691
static void ocfs2_xa_block_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1699
static void ocfs2_xa_block_add_namevalue(struct ocfs2_xa_loc *loc, int size)
fs/ocfs2/xattr.c
1706
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
1738
struct ocfs2_xa_loc *loc, int type)
fs/ocfs2/xattr.c
1746
struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1753
static void *ocfs2_xa_bucket_offset_pointer(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1766
static int ocfs2_xa_bucket_can_reuse(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1773
static int ocfs2_xa_bucket_get_free_start(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
178
void (*xlo_fill_value_buf)(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1793
static int ocfs2_xa_bucket_check_space(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1838
static void ocfs2_xa_bucket_wipe_namevalue(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1844
static void ocfs2_xa_bucket_add_entry(struct ocfs2_xa_loc *loc, u32 name_hash)
fs/ocfs2/xattr.c
1879
static void ocfs2_xa_bucket_add_namevalue(struct ocfs2_xa_loc *loc, int size)
fs/ocfs2/xattr.c
1894
static void ocfs2_xa_bucket_fill_value_buf(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
1927
static unsigned int ocfs2_xa_value_clusters(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
1938
static int ocfs2_xa_value_truncate(struct ocfs2_xa_loc *loc, u64 bytes,
fs/ocfs2/xattr.c
1965
static void ocfs2_xa_remove_entry(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
2017
static void ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2049
static int ocfs2_xa_remove(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2080
static void ocfs2_xa_install_value_root(struct ocfs2_xa_loc *loc)
fs/ocfs2/xattr.c
2095
static int ocfs2_xa_reuse_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2156
static int ocfs2_xa_prepare_entry(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2232
static int ocfs2_xa_store_value(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2255
static int ocfs2_xa_set(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2300
static void ocfs2_init_dinode_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2319
static void ocfs2_init_xattr_block_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2338
static void ocfs2_init_xattr_bucket_xa_loc(struct ocfs2_xa_loc *loc,
fs/ocfs2/xattr.c
2809
struct ocfs2_xa_loc loc;
fs/ocfs2/xattr.c
2993
struct ocfs2_xa_loc loc;
fs/ocfs2/xattr.c
5574
struct ocfs2_xa_loc loc;