Searched refs:st_ino (Results 1 - 25 of 154) sorted by relevance

1234567

/haiku-fatelf/src/bin/coreutils/lib/
H A Dsame-inode.h22 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
H A Ddev-ino.h9 ino_t st_ino; member in struct:dev_ino
H A Droot-dev-ino.c34 root_d_i->st_ino = statbuf.st_ino;
H A Dfile-set.c38 ent->st_ino = stats->st_ino;
70 new_ent.st_ino = stats->st_ino;
H A Dcycle-check.h47 (State)->dev_ino.st_ino = (SB_dir).st_ino; \
H A Dcycle-check.c81 state->dev_ino.st_ino = sb->st_ino;
H A Dhash-triple.h12 ino_t st_ino; member in struct:F_triple
H A Dhash-triple.c40 return (tmp ^ p->st_ino) % table_size;
50 return p->st_ino % table_size;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dsame-inode.h22 ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \
H A Dfile-set.c38 ent->st_ino = stats->st_ino;
70 new_ent.st_ino = stats->st_ino;
H A Dhash-triple.h12 ino_t st_ino; member in struct:F_triple
H A Dhash-triple.c40 return (tmp ^ p->st_ino) % table_size;
50 return p->st_ino % table_size;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dfdmatch.c59 (sbuf1.st_ino == sbuf2.st_ino))
H A Dgetpwd.c85 && dotstat.st_ino == pwdstat.st_ino
/haiku-fatelf/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h36 __ino_t st_ino; /* File serial number. */
38 __ino64_t st_ino; /* File serial number. */
90 __ino64_t st_ino; /* File serial number. */
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNodeInfo.h25 return NodeID(st.st_dev, st.st_ino);
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dftok.c21 return (key_t)(id << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
H A Dstat.c75 beosStat->st_ino = stat->st_ino;
97 stat->st_ino = beosStat->st_ino;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DNodeInfo.h25 return NodeID(st.st_dev, st.st_ino);
/haiku-fatelf/src/bin/coreutils/src/
H A Dcp-hash.c36 ino_t st_ino; member in struct:Src_to_dest
58 if st_ino is negative. */
59 return (uintmax_t) p->st_ino % table_size;
88 probe.st_ino = ino;
105 ent.st_ino = ino;
123 ent->st_ino = ino;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Drename.c57 if (fb.st_dev == tb.st_dev && fb.st_ino == tb.st_ino)
/haiku-fatelf/headers/posix/compat/sys/
H A Dstat.h20 ino_t st_ino; /* this file's serial inode ID */ member in struct:stat_beos
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp11 visitor->Visit(this, st.st_ino);
/haiku-fatelf/src/build/libroot/
H A DNodeRef.h24 node(st.st_ino)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DNodeInfo.cpp11 visitor->Visit(this, st.st_ino);

Completed in 547 milliseconds

1234567