Searched refs:falloc_guarded (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | file_internal.h | 557 extern int falloc_guarded(struct proc *p, struct fileproc **fp, int *fd,
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 117 err = falloc_guarded(p, &fp, &fd, vfs_context_current(), &guard, in __nexus_open()
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 196 err = falloc_guarded(p, &fp, &fd, vfs_context_current(), &guard, in __channel_open()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_guarded.c | 771 falloc_guarded(struct proc *p, struct fileproc **fp, int *fd, in falloc_guarded() function
|