Home
last modified time | relevance | path

Searched defs:alloc_inode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Dsuballoc.c414 ocfs2_block_group_fill(handle_t * handle,struct inode * alloc_inode,struct buffer_head * bg_bh,u64 group_blkno,unsigned int group_clusters,u16 my_chain,struct ocfs2_chain_list * cl) ocfs2_block_group_fill() argument
491 ocfs2_block_group_alloc_contig(struct ocfs2_super * osb,handle_t * handle,struct inode * alloc_inode,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl) ocfs2_block_group_alloc_contig() argument
555 ocfs2_block_group_grow_discontig(handle_t * handle,struct inode * alloc_inode,struct buffer_head * bg_bh,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl,unsigned int min_bits) ocfs2_block_group_grow_discontig() argument
618 ocfs2_bg_alloc_cleanup(handle_t * handle,struct ocfs2_alloc_context * cluster_ac,struct inode * alloc_inode,struct buffer_head * bg_bh) ocfs2_bg_alloc_cleanup() argument
648 ocfs2_block_group_alloc_discontig(handle_t * handle,struct inode * alloc_inode,struct ocfs2_alloc_context * ac,struct ocfs2_chain_list * cl) ocfs2_block_group_alloc_discontig() argument
725 ocfs2_block_group_alloc(struct ocfs2_super * osb,struct inode * alloc_inode,struct buffer_head * bh,u64 max_block,u64 * last_alloc_group,int flags) ocfs2_block_group_alloc() argument
846 struct inode *alloc_inode; ocfs2_reserve_suballoc_bits() local
1433 ocfs2_block_group_set_bits(handle_t * handle,struct inode * alloc_inode,struct ocfs2_group_desc * bg,struct buffer_head * group_bh,unsigned int bit_off,unsigned int num_bits,unsigned int max_contig_bits,int fastpath) ocfs2_block_group_set_bits() argument
1527 ocfs2_relink_block_group(handle_t * handle,struct inode * alloc_inode,struct buffer_head * fe_bh,struct buffer_head * bg_bh,struct buffer_head * prev_bg_bh,u16 chain) ocfs2_relink_block_group() argument
1802 struct inode *alloc_inode = ac->ac_inode; ocfs2_search_one_group() local
1872 struct inode *alloc_inode = ac->ac_inode; ocfs2_search_chain() local
2557 ocfs2_block_group_clear_bits(handle_t * handle,struct inode * alloc_inode,struct ocfs2_group_desc * bg,struct buffer_head * group_bh,unsigned int bit_off,unsigned int num_bits,unsigned int max_contig_bits,void (* undo_fn)(unsigned int bit,unsigned long * bmap)) ocfs2_block_group_clear_bits() argument
2650 _ocfs2_reclaim_suballoc_to_main(handle_t * handle,struct inode * alloc_inode,struct buffer_head * alloc_bh,struct buffer_head * group_bh) _ocfs2_reclaim_suballoc_to_main() argument
2833 _ocfs2_free_suballoc_bits(handle_t * handle,struct inode * alloc_inode,struct buffer_head * alloc_bh,unsigned int start_bit,u64 bg_blkno,unsigned int count,void (* undo_fn)(unsigned int bit,unsigned long * bitmap)) _ocfs2_free_suballoc_bits() argument
2919 ocfs2_free_suballoc_bits(handle_t * handle,struct inode * alloc_inode,struct buffer_head * alloc_bh,unsigned int start_bit,u64 bg_blkno,unsigned int count) ocfs2_free_suballoc_bits() argument
[all...]
H A Drefcounttree.c764 struct inode *alloc_inode = NULL; ocfs2_remove_refcount_tree() local
[all...]
/linux/include/linux/fs/
H A Dsuper_types.h84 struct inode *(*alloc_inode)(struct super_block *sb); member
/linux/fs/
H A Dinode.c341 struct inode *alloc_inode(struct super_block *sb) alloc_inode() function