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

/xnu-2422.115.4/bsd/sys/_types/
H A D_ino_t.h30 typedef __darwin_ino_t ino_t; /* inode number */ typedef
/xnu-2422.115.4/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 */
H A Dstat.h89 * [XSI] The blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, uid_t,
120 ino_t st_ino; /* inode's number */
164 * number instead of 32bit ino_t and the addition of create(birth) time.
196 ino_t st_ino; /* [XSI] File serial number */
245 ino_t st_ino; /* [XSI] File serial number */
278 ino_t st_ino; /* [XSI] File serial number */
H A Dunpcb.h127 ino_t unp_ino; /* fake inode number */
/xnu-2422.115.4/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, int (*callout)(const struct cat_desc *,
293 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
H A Dhfs_cnode.h369 extern struct vnode * hfs_chash_getvnode(struct hfsmount *hfsmp, ino_t inum, int wantrsrc,
371 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
373 extern int hfs_chash_snoop(struct hfsmount *, ino_t, int, int (*)(const struct cat_desc *,
H A Dhfs_catalog.c107 static int resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino);
3751 ino_t fileid = 0;
4068 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino)
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h156 ino_t dn_ino;
H A Ddevfs_tree.c156 static ino_t devfs_unique_fileno = 0;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1314 ino_t ino = cur->ino;
1322 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1327 memcpy(&ino, &cur->str, sizeof(ino_t));
1328 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1370 ino_t ino;
1377 ino = (ino_t)cur->ino;
1378 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
H A Dvfs_vnops.c1149 sb->st_ino = (ino_t)va.va_fileid;
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c159 static ino_t unp_ino; /* prototype for fake inode numbers */
631 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino;
H A Dsys_pipe.c580 sb->st_ino = (ino_t)VM_KERNEL_ADDRPERM((uintptr_t)cpipe);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c3705 ino_t my_file_id;

Completed in 104 milliseconds