taglinefilesource code
write_super81fs/super.cif (sb->s_op && sb->s_op->write_super)
write_super82fs/super.csb->s_op->write_super(sb);
write_super216fs/super.cif (sb->s_op && sb->s_op->write_super && sb->s_dirt)
write_super217fs/super.csb->s_op->write_super(sb);
write_super299include/linux/fs.hvoid (*write_super) (struct super_block *);