Home
last modified time | relevance | path

Searched refs:temp_fsid (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dsysfs.c442 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 Dvolumes.h442 bool temp_fsid; member
H A Ddisk-io.c2480 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 Dsuper.c1822 if (fs_info->fs_devices->temp_fsid) in btrfs_statfs()
H A Dioctl.c2526 if (fs_info->fs_devices->temp_fsid) { in btrfs_ioctl_add_dev()
H A Dvolumes.c801 fs_devices->temp_fsid = true; in device_list_add()