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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dialloc.c710 struct buffer_head *inode_bitmap_bh,
718 if (ext4_set_bit(ino, inode_bitmap_bh->b_data)) {
792 struct buffer_head *inode_bitmap_bh = NULL; local
865 brelse(inode_bitmap_bh);
866 inode_bitmap_bh = ext4_read_inode_bitmap(sb, group);
867 if (!inode_bitmap_bh)
872 inode_bitmap_bh->b_data,
877 BUFFER_TRACE(inode_bitmap_bh, "get_write_access");
879 inode_bitmap_bh);
888 if (!ext4_claim_inode(sb, inode_bitmap_bh,
709 ext4_claim_inode(struct super_block *sb, struct buffer_head *inode_bitmap_bh, unsigned long ino, ext4_group_t group, int mode) argument
[all...]

Completed in 47 milliseconds