Searched refs:open_ctree (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | disk-io.h | 53 int __cold open_ctree(struct super_block *sb,
|
H A D | super.c | 1341 err = open_ctree(sb, fs_devices, (char *)data); in btrfs_fill_super() 1343 btrfs_err(fs_info, "open_ctree failed"); in btrfs_fill_super() 1632 * we don't actually fill this stuff out until open_ctree, but we need in btrfs_mount_root() 1633 * then open_ctree will properly initialize the file system specific in btrfs_mount_root()
|
H A D | disk-io.c | 1736 * Do not do anything if we might cause open_ctree() to block in cleaner_kthread() 2929 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree() function 3448 * backuproot only affect mount behavior, and if open_ctree succeeded, in open_ctree() 3496 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | disk-io.h | 46 int __cold open_ctree(struct super_block *sb,
|
H A D | super.c | 1163 err = open_ctree(sb, fs_devices, (char *)data); in btrfs_fill_super() 1165 btrfs_err(fs_info, "open_ctree failed"); in btrfs_fill_super() 1463 * we don't actually fill this stuff out until open_ctree, but we need in btrfs_mount_root() 1464 * then open_ctree will properly initialize the file system specific in btrfs_mount_root()
|
H A D | disk-io.c | 1474 * Do not do anything if we might cause open_ctree() to block in cleaner_kthread() 2937 * Mounting logic specific to read-write file systems. Shared by open_ctree 3162 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, in open_ctree() function 3633 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
|
Completed in 17 milliseconds