Home
last modified time | relevance | path

Searched refs:ocfs2_alloc_context (Results 1 – 11 of 11) sorted by relevance

/linux/fs/ocfs2/
H A Dsuballoc.h22 struct ocfs2_alloc_context { struct
51 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac); argument
52 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) in ocfs2_alloc_context_bits_left()
64 struct ocfs2_alloc_context **ac);
67 struct ocfs2_alloc_context **ac);
69 struct ocfs2_alloc_context **ac);
72 struct ocfs2_alloc_context **ac);
95 struct ocfs2_alloc_context *ac,
104 struct ocfs2_alloc_context *ac,
109 struct ocfs2_alloc_context *ac,
[all …]
H A Dxattr.h42 struct ocfs2_alloc_context *,
43 struct ocfs2_alloc_context *);
53 struct ocfs2_alloc_context *,
54 struct ocfs2_alloc_context *);
57 int *, int *, struct ocfs2_alloc_context **);
H A Dlocalalloc.h30 struct ocfs2_alloc_context;
33 struct ocfs2_alloc_context *ac);
37 struct ocfs2_alloc_context *ac,
44 struct ocfs2_alloc_context *ac,
H A Dfile.h19 struct ocfs2_alloc_context;
36 struct ocfs2_alloc_context *data_ac,
37 struct ocfs2_alloc_context *meta_ac,
H A Ddir.h87 struct ocfs2_alloc_context;
93 struct ocfs2_alloc_context *data_ac,
94 struct ocfs2_alloc_context *meta_ac);
H A Dacl.h25 struct ocfs2_alloc_context *,
26 struct ocfs2_alloc_context *);
H A Dlocalalloc.c51 struct ocfs2_alloc_context **ac,
57 struct ocfs2_alloc_context *ac);
617 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits()
716 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
772 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits()
1091 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1097 *ac = kzalloc_obj(struct ocfs2_alloc_context); in ocfs2_local_alloc_reserve_for_window()
1113 memset(*ac, 0, sizeof(struct ocfs2_alloc_context)); in ocfs2_local_alloc_reserve_for_window()
1142 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1237 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window()
H A Dacl.c220 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl()
221 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl()
357 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl()
358 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl()
H A Drefcounttree.h36 struct ocfs2_alloc_context *meta_ac,
102 struct ocfs2_alloc_context *meta_ac,
H A Dmove_extents.c44 struct ocfs2_alloc_context *meta_ac;
45 struct ocfs2_alloc_context *data_ac;
153 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_meta_allocator_move_extents()
329 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent()
H A Dfile.c544 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data()
545 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data()
566 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation()
567 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_allocation()