Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c709 store_entry_special(ino_t ino, const char * name, struct uio * uio) in store_entry_special() function
758 error = store_entry_special(ino, ".", uio); in nullfs_special_readdir()
770 error = store_entry_special(ino, "..", uio); in nullfs_special_readdir()
796 error = store_entry_special(ino, name, uio); in nullfs_special_readdir()