taglinefilesource code
tind_bh149fs/ext/fsync.cstruct buffer_head * tind_bh;
tind_bh152fs/ext/fsync.crc = sync_iblock (inode, tiblock, &tind_bh, wait);
tind_bh153fs/ext/fsync.cif (rc || !tind_bh)
tind_bh158fs/ext/fsync.c((unsigned long *) tind_bh->b_data) + i,
tind_bh165fs/ext/fsync.cbrelse(tind_bh);
tind_bh179fs/ext/truncate.cstruct buffer_head * tind_bh;
tind_bh187fs/ext/truncate.ctind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tind_bh189fs/ext/truncate.cbrelse(tind_bh);
tind_bh192fs/ext/truncate.cif (!tind_bh) {
tind_bh202fs/ext/truncate.ctind = i+(unsigned long *) tind_bh->b_data;
tind_bh204fs/ext/truncate.cmark_buffer_dirty(tind_bh, 1);
tind_bh206fs/ext/truncate.ctind = (unsigned long *) tind_bh->b_data;
tind_bh211fs/ext/truncate.cif (tind_bh->b_count != 1)
tind_bh219fs/ext/truncate.cbrelse(tind_bh);
tind_bh149fs/ext2/fsync.cstruct buffer_head * tind_bh;
tind_bh152fs/ext2/fsync.crc = sync_iblock (inode, tiblock, &tind_bh, wait);
tind_bh153fs/ext2/fsync.cif (rc || !tind_bh)
tind_bh158fs/ext2/fsync.c((unsigned long *) tind_bh->b_data) + i,
tind_bh165fs/ext2/fsync.cbrelse (tind_bh);
tind_bh273fs/ext2/truncate.cstruct buffer_head * tind_bh;
tind_bh286fs/ext2/truncate.ctind_bh = bread (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tind_bh288fs/ext2/truncate.cbrelse (tind_bh);
tind_bh291fs/ext2/truncate.cif (!tind_bh) {
tind_bh301fs/ext2/truncate.ctind = i + (unsigned long *) tind_bh->b_data;
tind_bh305fs/ext2/truncate.cmark_buffer_dirty(tind_bh, 1);
tind_bh307fs/ext2/truncate.ctind = (unsigned long *) tind_bh->b_data;
tind_bh312fs/ext2/truncate.cif (tind_bh->b_count != 1)
tind_bh321fs/ext2/truncate.cif (IS_SYNC(inode) && tind_bh->b_dirt) {
tind_bh322fs/ext2/truncate.cll_rw_block (WRITE, 1, &tind_bh);
tind_bh323fs/ext2/truncate.cwait_on_buffer (tind_bh);
tind_bh325fs/ext2/truncate.cbrelse (tind_bh);
tind_bh161fs/sysv/fsync.cstruct buffer_head * tind_bh;
tind_bh166fs/sysv/fsync.crc = sync_iblock (inode, tiblockp, convert, &tind_bh, &tind_bh_data, wait);
tind_bh167fs/sysv/fsync.cif (rc || !tind_bh)
tind_bh180fs/sysv/fsync.cbrelse(tind_bh);