Home
last modified time | relevance | path

Searched refs:ino_t (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dstat.h120 ino_t st_ino; /* inode's number */
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 Ddirent.h90 ino_t d_ino; /* file number of entry */
H A Dunpcb.h131 ino_t unp_ino; /* fake inode number */
/xnu-8792.41.9/bsd/sys/_types/
H A D_ino_t.h31 typedef __darwin_ino_t ino_t; /* inode number */ typedef
/xnu-8792.41.9/bsd/miscfs/devfs/
H A Ddevfsdefs.h155 ino_t dn_ino;
H A Ddevfs_fdesc_support.c607 dp->d_fileno = (ino_t)i + FD_STDIN; in devfs_devfd_readdir()
H A Ddevfs_tree.c157 static ino_t devfs_unique_fileno = 0;
/xnu-8792.41.9/bsd/miscfs/nullfs/
H A Dnull_vnops.c154 ino_t ino = NULL_ROOT_INO; in nullfs_special_getattr()
701 store_entry_special(ino_t ino, const char * name, struct uio * uio) in store_entry_special()
734 ino_t ino = 0; in nullfs_special_readdir()
/xnu-8792.41.9/bsd/kern/
H A Duipc_usrreq.c186 static ino_t unp_ino; /* prototype for fake inode numbers */
728 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino; in uipc_sense()
H A Dsys_pipe.c552 sb->st_ino = (ino_t)VM_KERNEL_ADDRHASH((uintptr_t)cpipe); in pipe_stat()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_vnops.c1527 sb->st_ino = (ino_t)va.va_fileid; in vn_stat_noauth()