Searched refs:do_remount_sb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ |
D | internal.h | 102 extern int do_remount_sb(struct super_block *, int, void *, int);
|
D | super.c | 845 int do_remount_sb(struct super_block *sb, int sb_flags, void *data, int force) in do_remount_sb() function 927 do_remount_sb(sb, SB_RDONLY, NULL, 1); in do_emergency_remount_callback() 1237 do_remount_sb(s, flags, data, 0); in mount_single()
|
D | namespace.c | 1536 retval = do_remount_sb(sb, SB_RDONLY, NULL, 0); in do_umount() 2278 err = do_remount_sb(sb, sb_flags, data, 0); in do_remount()
|