Searched refs:btrfs_remount (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 68 static int btrfs_remount(struct super_block *sb, int *flags, char *data); 1770 error = btrfs_remount(mnt_root->mnt_sb, &flags, NULL); in btrfs_mount() 1854 static int btrfs_remount(struct super_block *sb, int *flags, char *data) in btrfs_remount() function 2450 .remount_fs = btrfs_remount,
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 78 static int btrfs_remount(struct super_block *sb, int *flags, char *data); 1603 error = btrfs_remount(mnt_root->mnt_sb, &flags, NULL); in btrfs_mount() 1688 static int btrfs_remount(struct super_block *sb, int *flags, char *data) in btrfs_remount() function 2369 .remount_fs = btrfs_remount,
|
Completed in 6 milliseconds