Searched refs:stx_uid (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h106 __u32 stx_uid; /* User ID of owner */ member in struct:statx
145 #define STATX_UID 0x00000008U /* Want/got stx_uid */
/linux-master/tools/include/uapi/linux/
H A Dstat.h106 __u32 stx_uid; /* User ID of owner */ member in struct:statx
145 #define STATX_UID 0x00000008U /* Want/got stx_uid */
/linux-master/samples/vfs/
H A Dtest-statx.c137 printf("Uid: %5d ", stx->stx_uid);
/linux-master/fs/
H A Dstat.c639 tmp.stx_uid = from_kuid_munged(current_user_ns(), stat->uid);
/linux-master/tools/include/nolibc/
H A Dsys.h1066 buf->st_uid = statx.stx_uid;

Completed in 310 milliseconds