tag
line
file
source code
remount_fs
355
fs/super.c
if (sb->s_op && sb->s_op->remount_fs) {
remount_fs
356
fs/super.c
retval = sb->s_op->remount_fs(sb, &flags);
remount_fs
297
include/linux/fs.h
int (*remount_fs) (struct super_block *, int *);