loop.4: Add some details about lo_flags

Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Yang Xu 2020-09-10 10:19:44 +08:00 committed by Michael Kerrisk
parent 61958467fb
commit b4557e3bcf
1 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,13 @@ Allow automatic partition scanning.
.\" commit 2e5ab5f379f96a6207c45be40c357ebb1beb8ef3
Use direct I/O mode to access the backing file.
.RE
.IP
The only lo_flags that can be modified by using
.BR LOOP_SET_STATUS
are
.BR LO_FLAGS_AUTOCLEAR
and
.BR LO_FLAGS_PARTSCAN .
.TP
.B LOOP_GET_STATUS
Get the status of the loop device.