Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h111 __u64 stx_ino; /* Inode number */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h111 __u64 stx_ino; /* Inode number */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c109 printf(" Inode: %-11llu", (unsigned long long) stx->stx_ino); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1016 buf->st_ino = statx.stx_ino; in stat()
/openbmc/linux/fs/
H A Dstat.c637 tmp.stx_ino = stat->ino; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2714 abi_ullong stx_ino; /* Inode number */ member
H A Dsyscall.c7712 __put_user(host_stx->stx_ino, &target_stx->stx_ino); in host_to_target_statx()
11903 __put_user(st.st_ino, &target_stx->stx_ino); in _syscall2()