Searched refs:stx_attributes (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 50 if (buf.stx_attributes & STATX_ATTR_COMPRESSED) in test_flagged() 55 if (buf.stx_attributes & STATX_ATTR_APPEND) in test_flagged() 60 if (buf.stx_attributes & STATX_ATTR_IMMUTABLE) in test_flagged() 65 if (buf.stx_attributes & STATX_ATTR_NODUMP) in test_flagged() 85 if ((buf.stx_attributes & STATX_ATTR_COMPRESSED) == 0) in test_unflagged() 90 if ((buf.stx_attributes & STATX_ATTR_APPEND) == 0) in test_unflagged() 95 if ((buf.stx_attributes & STATX_ATTR_IMMUTABLE) == 0) in test_unflagged() 100 if ((buf.stx_attributes & STATX_ATTR_NODUMP) == 0) in test_unflagged()
|
D | statx05.c | 49 if (buf.stx_attributes & STATX_ATTR_ENCRYPTED) in test_flagged() 69 if ((buf.stx_attributes & STATX_ATTR_ENCRYPTED) == 0) in test_unflagged()
|
/external/strace/ |
D | statx.h | 42 uint64_t stx_attributes; /* Flags conveying information about the file member
|
D | statx.c | 78 printflags(statx_attrs, stx.stx_attributes, "STATX_ATTR_???"); in SYS_FUNC()
|
/external/strace/tests/ |
D | xstatx.c | 233 printflags(statx_attrs, st->stx_attributes, "STATX_ATTR_???"); in print_stat() 356 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_attributes); in main()
|
/external/strace/tests-mx32/ |
D | xstatx.c | 233 printflags(statx_attrs, st->stx_attributes, "STATX_ATTR_???"); in print_stat() 356 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_attributes); in main()
|
/external/strace/tests-m32/ |
D | xstatx.c | 233 printflags(statx_attrs, st->stx_attributes, "STATX_ATTR_???"); in print_stat() 356 LOG_STAT_OFFSETOF_SIZEOF(*st, stx_attributes); in main()
|
/external/ltp/include/lapi/ |
D | stat.h | 76 uint64_t stx_attributes; member
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member
|
/external/ltp/doc/ |
D | c-test-tutorial-simple.txt | 390 uint64_t stx_attributes;
|