fsxattr

Structure for FS_IOC_FSGETXATTRA and FS_IOC_FSSETXATTR.

version(linux)
extern (C) @nogc nothrow
struct fsxattr {
uint fsx_xflags;
uint fsx_extsize;
uint fsx_nextents;
ubyte[8] fsx_pad;
}

Members

Variables

fsx_cowextsize
uint fsx_cowextsize;

CoW extsize

fsx_projid
uint fsx_projid;

project identifier

Meta