taglinefilesource code
write_super69fs/buffer.c&& super_block[i].s_op->write_super 
write_super71fs/buffer.csuper_block[i].s_op->write_super(&super_block[i]);
write_super82fs/buffer.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super83fs/buffer.csb->s_op->write_super (sb);
write_super168fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super169fs/super.csb->s_op->write_super (sb);
write_super209include/linux/fs.hvoid (*write_super) (struct super_block *sb);