Lines Matching refs:mount
16 #include <linux/mount.h>
60 * don't have to play tricks with the mount options and recursive calls to
167 /* Don't go through full error handling during mount */
291 * issues an alert, and either panics or BUGs, depending on mount options.
483 "trying to use backup root at mount time");
488 "disabling log replay at mount time");
505 * Regular mount options parser. Everything that is needed only when
768 "disabling log replay at mount time");
884 "trying to use backup root at mount time");
988 btrfs_err(info, "unrecognized mount option '%s'", p);
1001 "nologreplay must be used with ro mount option");
1020 * Parse mount options that are required early in the mount process.
1022 * All other options will be parsed on much later in the mount process and
1076 * Parse mount options that are related to subvolume id
1288 * will mount by default if we haven't been given a specific subvolume
1289 * to mount.
1301 * mount the top-level subvolume.
1604 * Find a superblock for the given device / mount point.
1754 /* mount device's root (/) */
1953 "mount required to replay tree-log, cannot remount read-write");
2301 .mount = btrfs_mount,
2309 .mount = btrfs_mount_root,