Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/miscfs/bindfs/
H A Dbind_vfsops.c317 vfs_context_suser(ctx) != 0) { in bindfs_unmount()
/xnu-12377.61.12/bsd/miscfs/nullfs/
H A Dnull_vfsops.c335 vfs_context_suser(ctx) != 0) { in nullfs_unmount()
/xnu-12377.61.12/bsd/sys/
H A Dvnode.h1553 int vfs_context_suser(vfs_context_t ctx);
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c1707 if ((error = vfs_context_suser(ctx))) { in nfsrv_export()
/xnu-12377.61.12/bsd/vfs/
H A Dkpi_vfs.c1297 vfs_context_suser(vfs_context_t ctx) in vfs_context_suser() function
H A Dvfs_syscalls.c14271 bpflags = vfs_context_suser(ctx) ? BUILDPATH_CHECKACCESS : 0; in fsgetpath_internal()