Home
last modified time | relevance | path

Searched refs:d_ino (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Ddirent.h90 ino_t d_ino; /* file number of entry */ member
103 __uint64_t d_ino; /* file number of entry */ \
122 #define d_fileno d_ino /* backward compatibility */
/xnu-11215.81.4/bsd/miscfs/bindfs/
H A Dbind_vnops.c365 dep->d_ino = BIND_ROOT_INO; in bindfs_readdir()
/xnu-11215.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c718 e.d_ino = ino; in store_entry_special()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_subr.c11506 if (dp->d_ino != 0 && in rmdir_remove_orphaned_appleDouble()
11581 if (dp->d_ino != 0 && in rmdir_remove_orphaned_appleDouble()
H A Dvfs_attrlist.c3901 if (!dp->d_reclen || dp->d_ino == 0 || dp->d_namlen == 0 || in readdirattr()
H A Dvfs_syscalls.c10498 entry64->d_ino = dep->d_ino; in vnode_readdir64()