Searched refs:stx_ino (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c66 stx->stx_ino = ino;
147 stx.stx_ino != mstx.stx_ino)
149 mstx.stx_dev_major, mstx.stx_dev_minor, mstx.stx_ino,
150 stx.stx_dev_major, stx.stx_dev_minor, stx.stx_ino);
/linux-master/include/uapi/linux/
H A Dstat.h111 __u64 stx_ino; /* Inode number */ member in struct:statx
150 #define STATX_INO 0x00000100U /* Want/got stx_ino */
/linux-master/tools/include/uapi/linux/
H A Dstat.h111 __u64 stx_ino; /* Inode number */ member in struct:statx
150 #define STATX_INO 0x00000100U /* Want/got stx_ino */
/linux-master/samples/vfs/
H A Dtest-statx.c109 printf(" Inode: %-11llu", (unsigned long long) stx->stx_ino);
/linux-master/fs/
H A Dstat.c642 tmp.stx_ino = stat->ino;
/linux-master/tools/include/nolibc/
H A Dsys.h1063 buf->st_ino = statx.stx_ino;

Completed in 131 milliseconds