Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfile_internal.h557 extern int falloc_guarded(struct proc *p, struct fileproc **fp, int *fd,
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_syscalls.c117 err = falloc_guarded(p, &fp, &fd, vfs_context_current(), &guard, in __nexus_open()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_syscalls.c196 err = falloc_guarded(p, &fp, &fd, vfs_context_current(), &guard, in __channel_open()
/xnu-12377.61.12/bsd/kern/
H A Dkern_guarded.c771 falloc_guarded(struct proc *p, struct fileproc **fp, int *fd, in falloc_guarded() function