Searched refs:fileops (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h168 const struct fileops { struct in struct:fileglob
/xnu-2782.1.97/bsd/kern/
H A Dsys_socket.c100 const struct fileops socketops = {
H A Dposix_sem.c181 static const struct fileops psemops = {
H A Dposix_shm.c195 static const struct fileops pshmops = {
1197 /* vfs_context_t passed to match prototype for struct fileops */
H A Dsys_pipe.c173 static const struct fileops pipeops = {
590 * XXX struct fileops indirection rather than as FS objects.
H A Dkern_event.c132 static const struct fileops kqueueops = {
H A Duipc_syscalls.c169 extern const struct fileops socketops;
H A Dkern_descrip.c2629 * close_internal:??? Anything returnable by a per-fileops
2683 * closef_locked:??? Anything returnable by a per-fileops
2816 * XXX fileops instead.
4341 static const struct fileops uninitops;
4903 * closef_finish:??? Anything returnable by a per-fileops
5598 * Description: Generic fileops read indirected through the fileops pointer
5619 * Description: Generic fileops write indirected through the fileops pointer
5640 * Description: Generic fileops ioct
[all...]
H A Dkern_exec.c229 extern const struct fileops vnops;
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c139 const struct fileops vnops = {
H A Dvfs_fsevents.c2157 static const struct fileops fsevents_fops = {
H A Dvfs_syscalls.c204 extern const struct fileops vnops;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_syscalls.c578 extern const struct fileops vnops;

Completed in 145 milliseconds