Lines Matching refs:which

234  *		The return codes documented above are those which may currently
235 * be returned by HFS from hfs_vfs_root, which is a simple wrapper
237 * additional error codes which may be propagated from underlying
716 * (which is discouraged). If commands are sent to the device driver without
785 * It returns a handle which is to be used to when the FS is to be removed
1091 vfs_context_get_special_port(vfs_context_t ctx, int which, ipc_port_t *portp)
1098 return task_get_special_port(task, which, portp);
1114 vfs_context_set_special_port(vfs_context_t ctx, int which, ipc_port_t port)
1121 return task_set_special_port(task, which, port);
1298 * Given a context, for all fields of vfs_context_t which
1954 * Parameters: vp The vnode on which to operate.
1957 * ctx The vnode context in which the
2099 * Parameters: vp The vnode on which to operate.
2102 * ctx The vnode context in which the
2355 /* default va_total_alloc from va_total_size which is guaranteed at this point */
2387 * ctx The vnode context in which the
2396 * modified if the vnode is on a filesystem which has been
2481 * ctx The vnode context in which the
2755 * The return codes documented above are those which may currently
2757 * error code which may be propagated from underlying routines.
3331 * which passes NULL for its data pointer can therefore be used during
3373 VNOP_SELECT(vnode_t vp, int which , int fflags, void * wql, vfs_context_t ctx)
3383 a.a_which = which;
3775 * Note that we do the namei with the nameiop of RENAME, which is different than
4641 * The return codes documented above are those which may currently
4643 * additional error code which may be propagated from underlying