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

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_ino_t.h30 typedef __darwin_ino_t ino_t; /* inode number */ typedef
/darwin-on-arm/xnu/bsd/sys/
H A Ddirent.h72 * ino_t is in effect; (MAXPATHLEN - 1) when 64-bit ino_t is in effect.
82 typedef __darwin_ino_t ino_t; /* inode number */ typedef
93 ino_t d_ino; /* file number of entry */
H A Dstat.h90 * [XSI] The blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, uid_t,
110 typedef __darwin_ino_t ino_t; /* inode number */ typedef
163 ino_t st_ino; /* inode's number */
207 * number instead of 32bit ino_t and the addition of create(birth) time.
239 ino_t st_ino; /* [XSI] File serial number */
288 ino_t st_ino; /* [XSI] File serial number */
321 ino_t st_ino; /* [XSI] File serial number */
H A Dunpcb.h127 ino_t unp_ino; /* fake inode number */
H A Dtypes.h135 typedef __darwin_ino_t ino_t; /* inode number */ typedef
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c150 hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc, int skiplock, int allow_deleted)
229 hfs_chash_snoop(struct hfsmount *hfsmp, ino_t inum, int existence_only, int (*callout)(const struct cat_desc *,
297 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
H A Dhfs_cnode.h353 extern struct vnode * hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc,
355 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
357 extern int hfs_chash_snoop(struct hfsmount *, ino_t, int, int (*)(const struct cat_desc *,
H A Dhfs_catalog.c106 static int resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino);
3398 ino_t fileid = 0;
3723 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino)
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h156 ino_t dn_ino;
H A Ddevfs_tree.c156 static ino_t devfs_unique_fileno = 0;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c1303 ino_t ino;
1310 ino = (ino_t)cur->ino;
1311 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
H A Dvfs_vnops.c1138 sb->st_ino = (ino_t)va.va_fileid;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c158 static ino_t unp_ino; /* prototype for fake inode numbers */
630 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino;
H A Dsys_pipe.c581 sb->st_ino = (ino_t)VM_KERNEL_ADDRPERM((uintptr_t)cpipe);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3685 ino_t my_file_id;

Completed in 124 milliseconds