Home
last modified time | relevance | path

Searched refs:nilfs_remount (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsuper.c64 static int nilfs_remount(struct super_block *sb, int *flags, char *data);
695 .remount_fs = nilfs_remount,
1109 static int nilfs_remount(struct super_block *sb, int *flags, char *data) in nilfs_remount() function
1335 err = nilfs_remount(s, &flags, data); in nilfs_mount()