taglinefilesource code
write_super318fs/super.cif (sb->s_op && sb->s_op->write_super)
write_super319fs/super.csb->s_op->write_super(sb);
write_super504fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super505fs/super.csb->s_op->write_super(sb);
write_super421include/linux/fs.hvoid (*write_super) (struct super_block *);