Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h107 __u32 stx_gid; /* Group ID of owner */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h107 __u32 stx_gid; /* Group ID of owner */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c139 printf("Gid: %5d\n", stx->stx_gid); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1020 buf->st_gid = statx.stx_gid; in stat()
/openbmc/linux/fs/
H A Dstat.c635 tmp.stx_gid = from_kgid_munged(current_user_ns(), stat->gid); in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2716 abi_uint stx_gid; /* Group ID of owner */ member
H A Dsyscall.c7680 __put_user(host_stx->stx_gid, &target_stx->stx_gid); in host_to_target_statx()
11815 __put_user(st.st_gid, &target_stx->stx_gid); in _syscall2()