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_bh264fs/ext2/truncate.cstruct buffer_head * tind_bh;
tind_bh277fs/ext2/truncate.ctind_bh = bread (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tind_bh279fs/ext2/truncate.cbrelse (tind_bh);
tind_bh282fs/ext2/truncate.cif (!tind_bh) {
tind_bh292fs/ext2/truncate.ctind = i + (unsigned long *) tind_bh->b_data;
tind_bh296fs/ext2/truncate.cmark_buffer_dirty(tind_bh, 1);
tind_bh298fs/ext2/truncate.ctind = (unsigned long *) tind_bh->b_data;
tind_bh303fs/ext2/truncate.cif (tind_bh->b_count != 1)
tind_bh312fs/ext2/truncate.cif (IS_SYNC(inode) && tind_bh->b_dirt) {
tind_bh313fs/ext2/truncate.cll_rw_block (WRITE, 1, &tind_bh);
tind_bh314fs/ext2/truncate.cwait_on_buffer (tind_bh);
tind_bh316fs/ext2/truncate.cbrelse (tind_bh);
tind_bh163fs/sysv/fsync.cstruct buffer_head * tind_bh;
tind_bh167fs/sysv/fsync.crc = sync_iblock (inode, tiblockp, convert, &tind_bh, wait);
tind_bh168fs/sysv/fsync.cif (rc || !tind_bh)
tind_bh174fs/sysv/fsync.c((unsigned long *) tind_bh->b_data) + i, sb->sv_convert,
tind_bh181fs/sysv/fsync.cbrelse(tind_bh);