Home
last modified time | relevance | path

Searched defs:PosixStatx (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs157 pub struct PosixStatx { struct
159 stx_mask: PosixStatxMask, argument
161 stx_blksize: u32,
163 stx_attributes: StxAttributes,
166 stx_nlink: u32,
168 stx_uid: u32,
170 stx_gid: u32,
172 stx_mode: ModeType,
176 stx_inode: u64,
178 stx_size: i64,
[all …]