Home
last modified time | relevance | path

Searched defs:ocfs2_alloc_context (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/ocfs2/
Dsuballoc.h38 struct ocfs2_alloc_context { struct
39 struct inode *ac_inode; /* which bitmap are we allocating from? */
40 struct buffer_head *ac_bh; /* file entry bh */
41 u32 ac_alloc_slot; /* which slot are we allocating from? */
42 u32 ac_bits_wanted;
66 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac); argument
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuballoc.h24 struct ocfs2_alloc_context { struct
25 struct inode *ac_inode; /* which bitmap are we allocating from? */
26 struct buffer_head *ac_bh; /* file entry bh */
27 u32 ac_alloc_slot; /* which slot are we allocating from? */
28 u32 ac_bits_wanted;
52 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac); argument