Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h105 __u32 stx_nlink; /* Number of hard links */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h105 __u32 stx_nlink; /* Number of hard links */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c111 printf(" Links: %-5u", stx->stx_nlink); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1018 buf->st_nlink = statx.stx_nlink; in stat()
/openbmc/linux/fs/
H A Dstat.c633 tmp.stx_nlink = stat->nlink; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2708 abi_uint stx_nlink; /* Number of hard links */ member
H A Dsyscall.c7708 __put_user(host_stx->stx_nlink, &target_stx->stx_nlink); in host_to_target_statx()
11907 __put_user(st.st_nlink, &target_stx->stx_nlink); in _syscall2()