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

/fs/
H A Dinode.c204 static struct inode *alloc_inode(struct super_block *sb) function
208 if (sb->s_op->alloc_inode)
209 inode = sb->s_op->alloc_inode(sb);
870 struct inode *inode = alloc_inode(sb);
1017 inode = alloc_inode(sb);
1086 inode = alloc_inode(sb);
/fs/ocfs2/
H A Dsuballoc.c86 struct inode *alloc_inode,
93 struct inode *alloc_inode,
117 struct inode *alloc_inode,
374 struct inode *alloc_inode,
382 struct ocfs2_super *osb = OCFS2_SB(alloc_inode->i_sb);
384 struct super_block * sb = alloc_inode->i_sb;
387 ocfs2_error(alloc_inode->i_sb, "group block (%llu) != "
396 INODE_CACHE(alloc_inode),
411 bg->bg_parent_dinode = cpu_to_le64(OCFS2_I(alloc_inode)->ip_blkno);
452 struct inode *alloc_inode,
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) 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) 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) argument
577 ocfs2_bg_alloc_cleanup(handle_t *handle, struct ocfs2_alloc_context *cluster_ac, struct inode *alloc_inode, struct buffer_head *bg_bh) argument
608 ocfs2_block_group_alloc_discontig(handle_t *handle, struct inode *alloc_inode, struct ocfs2_alloc_context *ac, struct ocfs2_chain_list *cl) 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) argument
805 struct inode *alloc_inode; local
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) 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) argument
1686 struct inode *alloc_inode = ac->ac_inode; local
1752 struct inode *alloc_inode = ac->ac_inode; local
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)) 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)) argument
2519 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) argument
[all...]
H A Drefcounttree.c772 struct inode *alloc_inode = NULL; local
804 alloc_inode = ocfs2_get_system_file_inode(osb,
807 if (!alloc_inode) {
812 mutex_lock(&alloc_inode->i_mutex);
814 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1);
857 ret = ocfs2_free_suballoc_bits(handle, alloc_inode,
866 if (alloc_inode) {
867 ocfs2_inode_unlock(alloc_inode, 1);
871 if (alloc_inode) {
872 mutex_unlock(&alloc_inode
[all...]

Completed in 105 milliseconds