Searched defs:ocfs2_xa_loc_operations (Results 1 – 1 of 1) sorted by relevance
144 struct ocfs2_xa_loc_operations { struct148 int (*xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc,150 void (*xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc);156 void *(*xlo_offset_pointer)(struct ocfs2_xa_loc *loc, int offset);159 int (*xlo_can_reuse)(struct ocfs2_xa_loc *loc,163 int (*xlo_check_space)(struct ocfs2_xa_loc *loc,170 int (*xlo_get_free_start)(struct ocfs2_xa_loc *loc);176 void (*xlo_wipe_namevalue)(struct ocfs2_xa_loc *loc);179 void (*xlo_add_entry)(struct ocfs2_xa_loc *loc, u32 name_hash);182 void (*xlo_add_namevalue)(struct ocfs2_xa_loc *loc, int size);[all …]