Searched refs:alloc_bh (Results 1 - 4 of 4) sorted by relevance

/fs/ocfs2/
H A Dlocalalloc.c288 struct buffer_head *alloc_bh = NULL; local
314 status = ocfs2_read_inode_block_full(inode, &alloc_bh,
321 alloc = (struct ocfs2_dinode *) alloc_bh->b_data;
355 osb->local_alloc_bh = alloc_bh;
360 brelse(alloc_bh);
494 struct buffer_head *alloc_bh = NULL; local
513 status = ocfs2_read_inode_block_full(inode, &alloc_bh,
520 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL);
525 memcpy((*alloc_copy), alloc_bh->b_data, alloc_bh
[all...]
H A Dsuballoc.h137 struct buffer_head *alloc_bh,
H A Dsuballoc.c2453 struct buffer_head *alloc_bh,
2462 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) alloc_bh->b_data;
2467 /* The alloc_bh comes from ocfs2_free_dinode() or
2469 * allocator and gotten alloc_bh from the lock call. This
2499 alloc_bh, OCFS2_JOURNAL_ACCESS_WRITE);
2509 ocfs2_journal_dirty(handle, alloc_bh);
2521 struct buffer_head *alloc_bh,
2526 return _ocfs2_free_suballoc_bits(handle, alloc_inode, alloc_bh,
2808 struct buffer_head *alloc_bh,
2821 alloc_di = (struct ocfs2_dinode *)alloc_bh
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
2806 ocfs2_test_suballoc_bit(struct ocfs2_super *osb, struct inode *suballoc, struct buffer_head *alloc_bh, u64 group_blkno, u64 blkno, u16 bit, int *res) argument
2870 struct buffer_head *alloc_bh = NULL; local
[all...]
H A Drefcounttree.c773 struct buffer_head *alloc_bh = NULL; local
814 ret = ocfs2_inode_lock(alloc_inode, &alloc_bh, 1);
858 alloc_bh, bit, bg_blkno, 1);
868 brelse(alloc_bh);

Completed in 57 milliseconds