taglinefilesource code
write_super75fs/super.cif (sb->s_op && sb->s_op->write_super)
write_super76fs/super.csb->s_op->write_super(sb);
write_super204fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super205fs/super.csb->s_op->write_super(sb);
write_super282include/linux/fs.hvoid (*write_super) (struct super_block *);