taglinefilesource code
s_firstfreeinodeblock206fs/ext/freelists.cif (inode->i_sb->u.ext_sb.s_firstfreeinodeblock)
s_firstfreeinodeblock207fs/ext/freelists.cefi = ((struct ext_free_inode *) inode->i_sb->u.ext_sb.s_firstfreeinodeblock->b_data) +
s_firstfreeinodeblock209fs/ext/freelists.cif (!inode->i_sb->u.ext_sb.s_firstfreeinodeblock || efi->count == 14) {
s_firstfreeinodeblock213fs/ext/freelists.cif (inode->i_sb->u.ext_sb.s_firstfreeinodeblock)
s_firstfreeinodeblock214fs/ext/freelists.cbrelse (inode->i_sb->u.ext_sb.s_firstfreeinodeblock);
s_firstfreeinodeblock223fs/ext/freelists.cinode->i_sb->u.ext_sb.s_firstfreeinodeblock = bh;
s_firstfreeinodeblock229fs/ext/freelists.cinode->i_sb->u.ext_sb.s_firstfreeinodeblock->b_dirt = 1;
s_firstfreeinodeblock247fs/ext/freelists.cif (!sb->u.ext_sb.s_firstfreeinodeblock)
s_firstfreeinodeblock250fs/ext/freelists.cefi = ((struct ext_free_inode *) sb->u.ext_sb.s_firstfreeinodeblock->b_data) +
s_firstfreeinodeblock254fs/ext/freelists.csb->u.ext_sb.s_firstfreeinodeblock->b_dirt = 1;
s_firstfreeinodeblock266fs/ext/freelists.cbrelse (sb->u.ext_sb.s_firstfreeinodeblock);
s_firstfreeinodeblock268fs/ext/freelists.csb->u.ext_sb.s_firstfreeinodeblock = NULL;
s_firstfreeinodeblock270fs/ext/freelists.cif (!(sb->u.ext_sb.s_firstfreeinodeblock =
s_firstfreeinodeblock302fs/ext/freelists.cif (!sb->u.ext_sb.s_firstfreeinodeblock)
s_firstfreeinodeblock305fs/ext/freelists.cefi = ((struct ext_free_inode *) sb->u.ext_sb.s_firstfreeinodeblock->b_data) +
s_firstfreeinodeblock38fs/ext/inode.cif (sb->u.ext_sb.s_firstfreeinodeblock)
s_firstfreeinodeblock39fs/ext/inode.cbrelse (sb->u.ext_sb.s_firstfreeinodeblock);
s_firstfreeinodeblock99fs/ext/inode.cs->u.ext_sb.s_firstfreeinodeblock = NULL;
s_firstfreeinodeblock102fs/ext/inode.cif (!(s->u.ext_sb.s_firstfreeinodeblock = bread(dev, block, BLOCK_SIZE))) {
s_firstfreeinodeblock18include/linux/ext_fs_sb.hstruct buffer_head * s_firstfreeinodeblock;