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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dlocalalloc.c117 struct buffer_head *alloc_bh = NULL; local
134 &alloc_bh, 0, inode);
140 alloc = (struct ocfs2_dinode *) alloc_bh->b_data;
174 osb->local_alloc_bh = alloc_bh;
179 if (alloc_bh)
180 brelse(alloc_bh);
317 struct buffer_head *alloc_bh = NULL; local
337 &alloc_bh, 0, inode);
343 *alloc_copy = kmalloc(alloc_bh->b_size, GFP_KERNEL);
348 memcpy((*alloc_copy), alloc_bh
[all...]
H A Dsuballoc.c103 struct buffer_head *alloc_bh,
1629 struct buffer_head *alloc_bh,
1637 struct ocfs2_dinode *fe = (struct ocfs2_dinode *) alloc_bh->b_data;
1678 status = ocfs2_journal_access(handle, alloc_inode, alloc_bh,
1690 status = ocfs2_journal_dirty(handle, alloc_bh);
1627 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

Completed in 98 milliseconds