Searched refs:STATX_ATTR_VERITY (Results 1 – 4 of 4) sorted by relevance
226 #ifndef STATX_ATTR_VERITY227 # define STATX_ATTR_VERITY 0x00100000 macro
46 if (buf.stx_attributes & STATX_ATTR_VERITY) in test_flagged()60 if ((buf.stx_attributes & STATX_ATTR_VERITY) == 0) in test_unflagged()
190 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
1030 pub const STATX_ATTR_VERITY: ::c_int = 0x00100000; constant