• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/vfs/

Lines Matching refs:vfs_context_t

136 				vfs_context_t ctx, int thread_safe, int force);
138 struct vnode_attr * vap, vfs_context_t ctx,
203 VFS_MOUNT(mount_t mp, vnode_t devvp, user_addr_t data, vfs_context_t ctx)
238 VFS_START(mount_t mp, int flags, vfs_context_t ctx)
260 VFS_UNMOUNT(mount_t mp, int flags, vfs_context_t ctx)
299 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx)
324 VFS_QUOTACTL(mount_t mp, int cmd, uid_t uid, caddr_t datap, vfs_context_t ctx)
346 VFS_GETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
372 VFS_SETATTR(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
398 VFS_SYNC(mount_t mp, int flags, vfs_context_t ctx)
423 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx)
448 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char * fhp, vnode_t * vpp, vfs_context_t ctx)
473 VFS_VPTOFH(struct vnode * vp, int *fhlenp, unsigned char * fhp, vfs_context_t ctx)
743 vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
762 vfs_setattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx)
1083 vfs_context_pid(vfs_context_t ctx)
1089 vfs_context_suser(vfs_context_t ctx)
1099 vfs_context_issignal(vfs_context_t ctx, sigset_t mask)
1108 vfs_context_is64bit(vfs_context_t ctx)
1121 * Description: Given a vfs_context_t, return the proc_t associated with it.
1123 * Parameters: vfs_context_t The context to use
1142 vfs_context_proc(vfs_context_t ctx)
1160 * Parameters: vfs_context_t The context to use
1167 vfs_context_get_special_port(vfs_context_t ctx, int which, ipc_port_t *portp)
1183 * Parameters: vfs_context_t The context to use
1190 vfs_context_set_special_port(vfs_context_t ctx, int which, ipc_port_t port)
1203 * Description: Return the Mach thread associated with a vfs_context_t
1205 * Parameters: vfs_context_t The context to use
1211 * as a result of a static vfs_context_t declaration in a function
1218 vfs_context_thread(vfs_context_t ctx)
1230 * Parameters: vfs_context_t The context to use
1241 vfs_context_cwd(vfs_context_t ctx)
1263 vfs_context_t
1264 vfs_context_create(vfs_context_t ctx)
1266 vfs_context_t newcontext;
1268 newcontext = (vfs_context_t)kalloc(sizeof(struct vfs_context));
1288 vfs_context_t
1291 vfs_context_t ctx = NULL;
1308 * get to the vfs_context_t in the uthread associated with a kernel thread.
1322 vfs_context_t
1335 vfs_context_rele(vfs_context_t ctx)
1347 vfs_context_ucred(vfs_context_t ctx)
1356 vfs_context_issuser(vfs_context_t ctx)
1879 vnode_get_filesec(vnode_t vp, kauth_filesec_t *fsecp, vfs_context_t ctx)
2020 vnode_set_filesec(vnode_t vp, kauth_filesec_t fsec, kauth_acl_t acl, vfs_context_t ctx)
2069 vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx)
2301 vnode_setattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx)
2394 vnode_setattr_fallback(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx)
2523 vfs_context_t a_context;
2550 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx)
2611 vfs_context_t a_context;
2615 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
2661 vfs_context_t a_context;
2665 VNOP_WHITEOUT(vnode_t dvp, struct componentname * cnp, int flags, vfs_context_t ctx)
2704 vfs_context_t a_context;
2708 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx)
2746 vfs_context_t a_context;
2750 VNOP_OPEN(vnode_t vp, int mode, vfs_context_t ctx)
2795 vfs_context_t a_context;
2799 VNOP_CLOSE(vnode_t vp, int fflag, vfs_context_t ctx)
2844 vfs_context_t a_context;
2848 VNOP_ACCESS(vnode_t vp, int action, vfs_context_t ctx)
2886 vfs_context_t a_context;
2890 VNOP_GETATTR(vnode_t vp, struct vnode_attr * vap, vfs_context_t ctx)
2925 vfs_context_t a_context;
2929 VNOP_SETATTR(vnode_t vp, struct vnode_attr * vap, vfs_context_t ctx)
3016 vfs_context_t a_context;
3020 VNOP_READ(vnode_t vp, struct uio * uio, int ioflag, vfs_context_t ctx)
3070 vfs_context_t a_context;
3074 VNOP_WRITE(vnode_t vp, struct uio * uio, int ioflag, vfs_context_t ctx)
3125 vfs_context_t a_context;
3129 VNOP_IOCTL(vnode_t vp, u_long command, caddr_t data, int fflag, vfs_context_t ctx)
3186 vfs_context_t a_context;
3190 VNOP_SELECT(vnode_t vp, int which , int fflags, void * wql, vfs_context_t ctx)
3240 vfs_context_t a_context;
3244 VNOP_EXCHANGE(vnode_t fvp, vnode_t tvp, int options, vfs_context_t ctx)
3297 vfs_context_t a_context;
3301 VNOP_REVOKE(vnode_t vp, int flags, vfs_context_t ctx)
3335 vfs_context_t a_context;
3339 VNOP_MMAP(vnode_t vp, int fflags, vfs_context_t ctx)
3374 vfs_context_t a_context;
3378 VNOP_MNOMAP(vnode_t vp, vfs_context_t ctx)
3413 vfs_context_t a_context;
3417 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx)
3456 vfs_context_t a_context;
3460 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx)
3511 vfs_context_t a_context;
3515 VNOP_LINK(vnode_t vp, vnode_t tdvp, struct componentname * cnp, vfs_context_t ctx)
3577 vfs_context_t a_context;
3583 vfs_context_t ctx)
3889 vfs_context_t a_context;
3894 struct vnode_attr *vap, vfs_context_t ctx)
3940 vfs_context_t a_context;
3945 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx)
3987 xattrfile_remove(vnode_t dvp, const char * basename, vfs_context_t ctx, int thread_safe, int force) {
4076 vfs_context_t ctx, int thread_safe) {
4143 vfs_context_t a_context;
4149 struct vnode_attr *vap, char *target, vfs_context_t ctx)
4196 vfs_context_t a_context;
4202 int *numdirent, vfs_context_t ctx)
4246 vfs_context_t a_context;
4252 u_long options, u_long *newstate, int *eofflag, u_long *actualcount, vfs_context_t ctx)
4293 vfs_context_t a_context;
4317 VNOP_READLINK(struct vnode *vp, struct uio *uio, vfs_context_t ctx)
4351 vfs_context_t a_context;
4355 VNOP_INACTIVE(struct vnode *vp, vfs_context_t ctx)
4404 vfs_context_t a_context;
4408 VNOP_RECLAIM(struct vnode *vp, vfs_context_t ctx)
4449 vfs_context_t a_context;
4453 VNOP_PATHCONF(struct vnode *vp, int name, register_t *retval, vfs_context_t ctx)
4503 vfs_context_t a_context;
4507 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx)
4561 vfs_context_t a_context;
4566 VNOP_ALLOCATE(struct vnode *vp, off_t length, u_int32_t flags, off_t *bytesallocated, off_t offset, vfs_context_t ctx)
4608 vfs_context_t a_context;
4612 VNOP_PAGEIN(struct vnode *vp, upl_t pl, vm_offset_t pl_offset, off_t f_offset, size_t size, int flags, vfs_context_t ctx)
4653 vfs_context_t a_context;
4658 VNOP_PAGEOUT(struct vnode *vp, upl_t pl, vm_offset_t pl_offset, off_t f_offset, size_t size, int flags, vfs_context_t ctx)
4706 vfs_context_t a_context;
4711 VNOP_SEARCHFS(struct vnode *vp, void *searchparams1, void *searchparams2, struct attrlist *searchattrs, u_long maxmatches, struct timeval *timelimit, struct attrlist *returnattrs, u_long *nummatches, u_long scriptcode, u_long options, struct uio *uio, struct searchstate *searchstate, vfs_context_t ctx)
4762 vfs_context_t a_context;
4767 int mode, int flags, vfs_context_t ctx)
4784 VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vfs_context_t ctx)
4813 VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ctx)
4843 VNOP_REMOVEXATTR(vnode_t vp, const char *name, int options, vfs_context_t ctx)
4870 VNOP_LISTXATTR(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t ctx)
4987 vfs_context_t a_context;
4991 VNOP_BLOCKMAP(struct vnode *vp, off_t foffset, size_t size, daddr64_t *bpn, size_t *run, void *poff, int flags, vfs_context_t ctx)
5062 vfs_context_t a_context;
5066 VNOP_KQFILT_ADD(struct vnode *vp, struct knote *kn, vfs_context_t ctx)
5096 vfs_context_t a_context;
5100 VNOP_KQFILT_REMOVE(struct vnode *vp, uintptr_t ident, vfs_context_t ctx)
5130 vfs_context_t a_context;
5134 VNOP_SETLABEL(struct vnode *vp, struct label *label, vfs_context_t ctx)
5165 VNOP_GETNAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation operation, int flags, vfs_context_t ctx)
5186 VNOP_MAKENAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, int flags, vfs_context_t ctx)
5207 VNOP_REMOVENAMEDSTREAM(vnode_t vp, vnode_t svp, const char *name, int flags, vfs_context_t ctx)