Searched refs:ino_t (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_ino_t.h30 typedef __darwin_ino_t ino_t; /* inode number */ typedef
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dtypes.h36 typedef long ino_t; typedef
/macosx-10.10/file_cmds-242/pax/
H A Dtables.h63 ino_t ino; /* files inode number */
132 ino_t trunc_bits; /* truncation pattern for a specific map */
148 ino_t ino;
H A Dtables.c764 * for ino_t and dev_t. If not the types will have to be changed.
777 ino_t trunc_bits = 0;
778 ino_t nino;
788 if ((nino = arcn->sb.st_ino & (ino_t)ino_mask) != arcn->sb.st_ino) {
790 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
963 add_atdir(char *fname, dev_t dev, ino_t ino, time_t mtime, time_t atime)
1025 get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime)
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ddirent.h30 /* for definition of ino_t */
34 ino_t d_ino;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dnfsfh.h68 extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent.hin48 ino_t d_ino;
/macosx-10.10/libutil-38/
H A Dlibutil.h51 ino_t pf_ino;
/macosx-10.10/ruby-106/ruby/win32/
H A Ddir.h14 ino_t d_ino;
/macosx-10.10/vim-55/src/
H A Dif_cscope.h16 # include <sys/stat.h> /* dev_t, ino_t */
60 ino_t st_ino; /* inode number of cscope db */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddirent.h72 * ino_t is in effect; (MAXPATHLEN - 1) when 64-bit ino_t is in effect.
90 ino_t d_ino; /* file number of entry */
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp257 ino_t get_inode(void) const;
/macosx-10.10/disklabel-6/
H A Dstatus.c41 ino_t mine;
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcolib.h54 ino_t pwd_ino; /* previous pwd inode number */ \
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dopendir.c51 ino_t od_ino;
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dopendir.c50 ino_t od_ino;
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c84 register ino_t ino;
89 ino_t root_ino;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c57 ino_t ino;
62 ino_t root_ino;
/macosx-10.10/sudo-73/src/
H A Dgetcwd.c88 ino_t ino;
93 ino_t root_ino;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs.h102 ino_t atf_fs_stat_get_inode(const atf_fs_stat_t *);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dpath.h58 ino_t ino;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c146 hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc, int skiplock, int allow_deleted)
225 hfs_chash_snoop(struct hfsmount *hfsmp, ino_t inum, int existence_only,
295 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
H A Dhfs_cnode.h402 extern struct vnode * hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc,
404 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
406 extern int hfs_chash_snoop(struct hfsmount *, ino_t, int, int (*)(const cnode_t *, void *), void *);
/macosx-10.10/Libc-1044.1.2/include/
H A Dfts.h121 ino_t fts_ino; /* inode */
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h221 ino_t ino;

Completed in 429 milliseconds

12345