taglinefilesource code
write_super327fs/super.cif (sb->s_op && sb->s_op->write_super)
write_super328fs/super.csb->s_op->write_super(sb);
write_super513fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super514fs/super.csb->s_op->write_super(sb);
write_super446include/linux/fs.hvoid (*write_super) (struct super_block *);