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

/linux-4.1.27/fs/
H A Dinode.c194 static struct inode *alloc_inode(struct super_block *sb) alloc_inode() function
/linux-4.1.27/fs/ocfs2/
H A Dsuballoc.c805 struct inode *alloc_inode; ocfs2_reserve_suballoc_bits() local
1686 struct inode *alloc_inode = ac->ac_inode; ocfs2_search_one_group() local
1752 struct inode *alloc_inode = ac->ac_inode; ocfs2_search_chain() local
373 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
451 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
515 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
577 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
608 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
685 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
1341 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) ocfs2_block_group_set_bits() argument
1408 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
2385 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, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument
2451 _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
2521 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
H A Drefcounttree.c772 struct inode *alloc_inode = NULL; ocfs2_remove_refcount_tree() local
/linux-4.1.27/include/linux/
H A Dfs.h1677 struct inode *(*alloc_inode)(struct super_block *sb); member in struct:super_operations

Completed in 266 milliseconds