Home
last modified time | relevance | path

Searched refs:partscan (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/block/
H A Dloop.c534 bool partscan; in loop_change_fd() local
586 partscan = lo->lo_flags & LO_FLAGS_PARTSCAN; in loop_change_fd()
604 if (partscan) in loop_change_fd()
698 LOOP_ATTR_RO(partscan);
976 bool partscan; in loop_configure() local
1072 partscan = lo->lo_flags & LO_FLAGS_PARTSCAN; in loop_configure()
1073 if (partscan) in loop_configure()
1080 if (partscan) in loop_configure()
1215 bool partscan = false; in loop_set_status() local
1258 if (partscan) in loop_set_status()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-block-loop33 What: /sys/block/loopX/loop/partscan
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-block178 What: /sys/block/<disk>/partscan
182 The /sys/block/<disk>/partscan files reports if partition
/linux-6.15/block/
H A Dgenhd.c1112 static DEVICE_ATTR(partscan, 0444, partscan_show, NULL);