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

/linux-master/include/uapi/linux/
H A Dstat.h107 __u32 stx_gid; /* Group ID of owner */ member in struct:statx
146 #define STATX_GID 0x00000010U /* Want/got stx_gid */
/linux-master/tools/include/uapi/linux/
H A Dstat.h107 __u32 stx_gid; /* Group ID of owner */ member in struct:statx
146 #define STATX_GID 0x00000010U /* Want/got stx_gid */
/linux-master/samples/vfs/
H A Dtest-statx.c139 printf("Gid: %5d\n", stx->stx_gid);
/linux-master/fs/
H A Dstat.c640 tmp.stx_gid = from_kgid_munged(current_user_ns(), stat->gid);
/linux-master/tools/include/nolibc/
H A Dsys.h1067 buf->st_gid = statx.stx_gid;

Completed in 185 milliseconds