darwin-xnu/bsd/sys/vfs_context.h
<<
>>
Prefs
   1#ifndef _BSD_SYS_VFS_CONTEXT_H_
   2#define _BSD_SYS_VFS_CONTEXT_H_
   3
   4#include <sys/cdefs.h>
   5#include <sys/types.h>
   6#include <sys/kernel_types.h>
   7#include <stdint.h>
   8
   9struct vfs_context {
  10        proc_t   vc_proc;
  11        ucred_t  vc_ucred;
  12};
  13
  14#endif /* !_BSD_SYS_VFS_CONTEXT_H_ */
  15
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.