taglinefilesource code
write_super316fs/super.cif (sb->s_op && sb->s_op->write_super)
write_super317fs/super.csb->s_op->write_super(sb);
write_super502fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super503fs/super.csb->s_op->write_super(sb);
write_super417include/linux/fs.hvoid (*write_super) (struct super_block *);