Home
last modified time | relevance | path

Searched refs:statxbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3890 struct statx statxbuf = {}; in enable_verity() local
3896 &statxbuf), 0); in enable_verity()
3897 TESTEQUAL(statxbuf.stx_attributes_mask & STATX_ATTR_VERITY, in enable_verity()
3899 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, 0); in enable_verity()
3972 struct statx statxbuf = {}; in validate_verity() local
3981 &statxbuf), 0); in validate_verity()
3982 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, in validate_verity()