Searched refs:temp_fsid (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 442 BTRFS_ATTR(static_feature, temp_fsid, temp_fsid_supported_show); 457 BTRFS_ATTR_PTR(static_feature, temp_fsid), 1318 return sysfs_emit(buf, "%d\n", fs_info->fs_devices->temp_fsid); in btrfs_temp_fsid_show() 1320 BTRFS_ATTR(, temp_fsid, btrfs_temp_fsid_show); 1562 BTRFS_ATTR_PTR(, temp_fsid),
|
| H A D | volumes.h | 442 bool temp_fsid; member
|
| H A D | disk-io.c | 2480 if (unlikely(!fs_info->fs_devices->temp_fsid && in btrfs_validate_super() 3552 if (fs_info->fs_devices->temp_fsid) in open_ctree()
|
| H A D | super.c | 1822 if (fs_info->fs_devices->temp_fsid) in btrfs_statfs()
|
| H A D | ioctl.c | 2526 if (fs_info->fs_devices->temp_fsid) { in btrfs_ioctl_add_dev()
|
| H A D | volumes.c | 801 fs_devices->temp_fsid = true; in device_list_add()
|