Home
last modified time | relevance | path

Searched refs:temp_fsid (Results 1 – 5 of 5) 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.h435 bool temp_fsid; member
H A Ddisk-io.c2445 if (!fs_info->fs_devices->temp_fsid && in btrfs_validate_super()
H A Dioctl.c2476 if (fs_info->fs_devices->temp_fsid) { in btrfs_ioctl_add_dev()
H A Dvolumes.c826 fs_devices->temp_fsid = true; in device_list_add()