Searched refs:ocfs2_alloc_context (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.h33 struct ocfs2_alloc_context;
46 struct ocfs2_alloc_context *data_ac,
47 struct ocfs2_alloc_context *meta_ac,
51 struct ocfs2_alloc_context **data_ac,
52 struct ocfs2_alloc_context **meta_ac);
H A Dsuballoc.h36 struct ocfs2_alloc_context { struct
55 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac);
56 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac)
63 struct ocfs2_alloc_context **ac);
65 struct ocfs2_alloc_context **ac);
68 struct ocfs2_alloc_context **ac);
72 struct ocfs2_alloc_context *ac,
79 struct ocfs2_alloc_context *ac,
84 struct ocfs2_alloc_context *ac,
128 struct ocfs2_alloc_context *a
[all...]
H A Ddir.h46 struct ocfs2_alloc_context;
51 struct ocfs2_alloc_context *data_ac,
52 struct ocfs2_alloc_context *meta_ac,
H A Dlocalalloc.h43 struct ocfs2_alloc_context;
46 struct ocfs2_alloc_context *ac);
50 struct ocfs2_alloc_context *ac,
H A Dalloc.h29 struct ocfs2_alloc_context;
37 struct ocfs2_alloc_context *meta_ac);
H A Dsuballoc.c71 struct ocfs2_alloc_context *ac,
119 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac)
281 struct ocfs2_alloc_context *ac = NULL;
402 struct ocfs2_alloc_context *ac,
485 struct ocfs2_alloc_context **ac)
490 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL);
528 struct ocfs2_alloc_context **ac)
532 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL);
567 struct ocfs2_alloc_context *ac)
591 struct ocfs2_alloc_context **a
[all...]
H A Dlocalalloc.c67 struct ocfs2_alloc_context **ac,
73 struct ocfs2_alloc_context *ac);
451 struct ocfs2_alloc_context *ac)
526 struct ocfs2_alloc_context *ac,
756 struct ocfs2_alloc_context **ac,
762 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL);
798 struct ocfs2_alloc_context *ac)
867 struct ocfs2_alloc_context *ac = NULL;
H A Ddir.c355 struct ocfs2_alloc_context *data_ac,
356 struct ocfs2_alloc_context *meta_ac,
409 struct ocfs2_alloc_context *data_ac = NULL;
410 struct ocfs2_alloc_context *meta_ac = NULL;
H A Dfile.c424 struct ocfs2_alloc_context *data_ac,
425 struct ocfs2_alloc_context *meta_ac,
525 struct ocfs2_alloc_context **data_ac,
526 struct ocfs2_alloc_context **meta_ac)
599 struct ocfs2_alloc_context *data_ac = NULL;
600 struct ocfs2_alloc_context *meta_ac = NULL;
H A Dnamei.c98 struct ocfs2_alloc_context *inode_ac);
105 struct ocfs2_alloc_context *data_ac);
240 struct ocfs2_alloc_context *data_ac)
317 struct ocfs2_alloc_context *inode_ac = NULL;
318 struct ocfs2_alloc_context *data_ac = NULL;
478 struct ocfs2_alloc_context *inode_ac)
1595 struct ocfs2_alloc_context *inode_ac = NULL;
1596 struct ocfs2_alloc_context *data_ac = NULL;
H A Daops.c1022 struct ocfs2_alloc_context *data_ac,
1023 struct ocfs2_alloc_context *meta_ac,
1183 struct ocfs2_alloc_context *data_ac = NULL;
1184 struct ocfs2_alloc_context *meta_ac = NULL;
H A Dalloc.c340 struct ocfs2_alloc_context *meta_ac,
465 struct ocfs2_alloc_context *meta_ac)
641 struct ocfs2_alloc_context *meta_ac,
2304 struct ocfs2_alloc_context *meta_ac)

Completed in 81 milliseconds