Searched refs:stx_attributes (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member in struct:statx
114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */
171 * Attributes to be found in stx_attributes and masked in stx_attributes_mask.
/linux-master/tools/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */ member in struct:statx
114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */
171 * Attributes to be found in stx_attributes and masked in stx_attributes_mask.
/linux-master/samples/vfs/
H A Dtest-statx.c167 (unsigned long long)stx->stx_attributes);
169 bits = stx->stx_attributes >> byte;
/linux-master/fs/
H A Dstat.c637 tmp.stx_attributes = stat->attributes & ~STATX_ATTR_CHANGE_MONOTONIC;

Completed in 196 milliseconds