Searched refs:argsread (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/hfs/
H A Dhfs_subr.c252 hfs_libcb_argsread* argsread; local
262 && (argsread = (hfs_libcb_argsread*)cbargs->read) != NULL
263 && argsread->cred != NULL)
264 cred = argsread->cred;
H A Dhfs_vfsops.c345 hfs_libcb_argsread argsread; local
375 argsopen.cred = argsread.cred = cred;
376 argsopen.l = argsread.l = l;
378 cbargs.read = (void*)&argsread;
H A Dhfs_vnops.c732 hfs_libcb_argsread argsread; local
752 argsread.cred = NULL;
753 argsread.l = NULL;
754 cbargs.read = &argsread;
864 hfs_libcb_argsread argsread; local
894 argsread.cred = ap->a_cred;
895 argsread.l = NULL;
896 cbargs.read = &argsread;

Completed in 198 milliseconds