mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-13 03:24:21 +00:00
scoutfs-utils: add waiting ioctl command
Add a quick command that lists the results of the new waiting ioctl. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+3
-2
@@ -390,8 +390,9 @@ struct scoutfs_file_extent {
|
||||
__u8 flags;
|
||||
} __packed;
|
||||
|
||||
#define SEF_OFFLINE 0x1
|
||||
#define SEF_UNWRITTEN 0x2
|
||||
#define SEF_OFFLINE (1 << 0)
|
||||
#define SEF_UNWRITTEN (1 << 1)
|
||||
#define SEF_UNKNOWN (U8_MAX << 2)
|
||||
|
||||
/*
|
||||
* The first xattr part item has a header that describes the xattr. The
|
||||
|
||||
Reference in New Issue
Block a user