Home
last modified time | relevance | path

Searched refs:st_ino (Results 26 – 50 of 82) sorted by relevance

1234

/openbmc/linux/arch/arm64/include/asm/
H A Dstat.h47 compat_u64 st_ino; member
H A Dcompat.h48 compat_ino_t st_ino; member
/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.c50 pwd_stat.st_ino == cwd_stat.st_ino) { in get_pwd_cwd()
/openbmc/ipmitool/lib/
H A Dhelper.c587 if (st1.st_ino != st2.st_ino) { in ipmi_open_file()
589 file, st1.st_ino, st2.st_ino); in ipmi_open_file()
/openbmc/linux/arch/x86/include/asm/
H A Dia32.h57 unsigned long long st_ino; member
H A Dcompat.h38 compat_ino_t st_ino; member
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h222 uint32_t st_ino; /* inode's number */ member
256 uint64_t st_ino; /* inode's number */ member
292 uint32_t st_ino; /* inode's number */ member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dns_current_pid_tgid.c40 bss->ino = st.st_ino; in test_current_pid_tgid()
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h72 uint64_t st_ino; member
/openbmc/linux/tools/cgroup/
H A Dmemcg_shrinker.py16 ino = os.stat(path).st_ino
H A Dmemcg_slabinfo.py169 cgroup_id = stat(args.cgroup).st_ino
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h28 compat_ino_t st_ino; member
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.c123 unsigned long st_ino; member
133 tmp.st_ino = stat->ino; in cp_stat64()
/openbmc/linux/tools/perf/util/
H A Dnamespaces.c122 if (old_stat.st_ino != new_stat.st_ino) { in nsinfo__init()
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h68 compat_ino_t st_ino; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h27 compat_ino_t st_ino; /* 32 bits */ member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h38 compat_ino_t st_ino; member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-check-for-mips-targets-for-stat.st_dev-definitions.patch42 inode: stat.st_ino,
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c348 (unsigned long long)st.st_ino); in main()
351 "/tmp/#%llu (deleted)\n", (unsigned long long)st.st_ino); in main()
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c63 self->inode = file_stat.st_ino; in FIXTURE_SETUP()
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h208 ino_t st_ino; /* inode number */ member
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst27 upper filesystem that is providing the object. Similarly st_ino will
34 filesystem and st_ino from the underlying filesystem. This will
42 identifier from the real object st_ino and an underlying fsid index.
49 If all underlying filesystems support NFS file handles, the value of st_ino
52 enables the "xino" feature only if the persistent st_ino requirement is met.
61 |Configuration | Persistent | Uniform | st_ino == d_ino | d_ino == i_ino |
62 | | st_ino | st_dev | | [*] |
395 2) st_ino and st_dev object identifier from a file in a lower layer
413 merged overlayfs directories and the metadata and st_ino/st_dev of files
566 guarantee that the values of st_ino and st_dev returned by stat(2) and the
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py202 if fstat.st_ino in inodes:
206 inodes.add(fstat.st_ino)
/openbmc/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c118 unsigned long long st_ino; member
144 tmp.st_ino = stat->ino; in cp_oldabi_stat64()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h51 int st_ino; /* inode */ member

1234