/openbmc/linux/tools/testing/selftests/proc/ |
H A D | fd-002-posix-eq.c | 51 assert(st0.st_ino == st1.st_ino); in main() 54 assert(st0.st_ino == st2.st_ino); in main()
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 14 unsigned short st_ino; member 29 unsigned long st_ino; member 74 unsigned long long st_ino; member 81 unsigned long st_ino; member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 11 __kernel_ino_t st_ino; member 28 unsigned long st_ino; member 54 __kernel_ino_t st_ino; member 77 unsigned long long st_ino; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 12 unsigned long st_ino; member 72 unsigned long long st_ino; member 85 __kernel_ulong_t st_ino; member 119 unsigned short st_ino; member
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 7 unsigned short st_ino; member 21 unsigned long st_ino; member 73 unsigned long long st_ino; member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 7 unsigned short st_ino; member 22 unsigned long st_ino; member 75 unsigned long long st_ino; member
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 7 unsigned short st_ino; member 28 unsigned long st_ino; member 85 unsigned long long st_ino; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 17 unsigned short st_ino; member 32 __kernel_ino_t st_ino; member 62 unsigned long long st_ino; /* File serial number. */ member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 49 ino_t st_ino; /* file id */ member 76 unsigned long st_ino; member 103 ino_t st_ino; member 133 unsigned long st_ino; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 22 __kernel_ino_t st_ino; member 56 unsigned long long st_ino; member 97 unsigned long st_ino; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpffs.c | 103 if (!ASSERT_EQ(a.st_ino, b.st_ino, "b should have a's inode")) in fn() 119 if (!ASSERT_EQ(c.st_ino, b.st_ino, "b should have c's inode")) in fn()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 1242 abi_ulong st_ino; member 1297 abi_ullong st_ino; member 1329 abi_ullong st_ino; member 1336 abi_ulong st_ino; member 1356 abi_ullong st_ino; member 1390 abi_ulong st_ino; member 1413 abi_ullong st_ino; member 1450 abi_ulong st_ino; member 1481 abi_ullong st_ino; member 1508 abi_ulong st_ino; member [all …]
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 7 unsigned int st_ino; member 28 unsigned long st_ino; member
|
/openbmc/linux/fs/ |
H A D | stat.c | 327 tmp.st_ino = stat->ino; in cp_old_stat() 328 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino) in cp_old_stat() 408 tmp.st_ino = stat->ino; in cp_new_stat() 409 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino) in cp_new_stat() 551 tmp.st_ino = stat->ino; in cp_new_stat64() 552 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino) in cp_new_stat64() 721 tmp.st_ino = stat->ino; in cp_compat_stat() 722 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino) in cp_compat_stat()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 12 unsigned long st_ino; member 35 unsigned int st_ino; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 19 unsigned long st_ino; member 40 unsigned long long st_ino; /* File serial number */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 26 unsigned long st_ino; /* File serial number. */ member 51 unsigned long long st_ino; /* File serial number. */ member
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | __init__.py | 53 __mtime_cache[f] = (res.st_mtime_ns, res.st_size, res.st_ino) 60 __mtime_cache[f] = (res.st_mtime_ns, res.st_size, res.st_ino) 68 current_mtime = (res.st_mtime_ns, res.st_size, res.st_ino) 77 __mtime_cache[f] = (res.st_mtime_ns, res.st_size, res.st_ino)
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 9 unsigned int st_ino; /* 32 bits */ member 65 unsigned long long st_ino; member
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 36 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_stat() 71 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd_stat() 115 __put_user(host_st->st_ino, &target_st->st_ino); in h2t_freebsd11_nstat()
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 69 if (st1.st_ino != st2.st_ino) in main()
|
H A D | owner.c | 71 if (st1.st_ino != st2.st_ino) in main()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 34 compat_ino_t st_ino; member 55 unsigned long long st_ino; member
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 59 if (st1.st_ino == st2.st_ino) in init_namespaces()
|
H A D | timens.c | 82 if (st1.st_ino == st2.st_ino) in init_namespaces()
|