Searched refs:d_ino (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddirent.h93 ino_t d_ino; /* file number of entry */ member in struct:dirent
106 __uint64_t d_ino; /* file number of entry */ \
125 #define d_fileno d_ino /* backward compatibility */
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c110 printf( "d_ino %d d_reclen %d d_type %d d_namlen %d \"%s\" \n",
111 my_dirent_p->d_ino, my_dirent_p->d_reclen, my_dirent_p->d_type,
117 if ( my_dirent_p->d_type == DT_REG && my_dirent_p->d_ino != 0 &&
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c4833 dent.d_ino = dp->d_ino;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c7956 if (dp->d_ino != 0 &&
8028 if (dp->d_ino != 0 &&
H A Dvfs_syscalls.c6883 entry64.d_ino = dep->d_ino;

Completed in 118 milliseconds