Lines Matching refs:which

331  *		The return codes documented above are those which may currently
332 * be returned by HFS from hfs_vfs_root, which is a simple wrapper
334 * additional error codes which may be propagated from underlying
955 * (which is discouraged). If commands are sent to the device driver without
1024 * It returns a handle which is to be used to when the FS is to be removed
1336 vfs_context_get_special_port(vfs_context_t ctx, int which, ipc_port_t *portp)
1343 return task_get_special_port(task, which, portp);
1359 vfs_context_set_special_port(vfs_context_t ctx, int which, ipc_port_t port)
1366 return task_set_special_port(task, which, port);
1543 * Given a context, for all fields of vfs_context_t which
2206 * Parameters: vp The vnode on which to operate.
2209 * ctx The vnode context in which the
2351 * Parameters: vp The vnode on which to operate.
2354 * ctx The vnode context in which the
2607 /* default va_total_alloc from va_total_size which is guaranteed at this point */
2639 * ctx The vnode context in which the
2648 * modified if the vnode is on a filesystem which has been
2733 * ctx The vnode context in which the
3007 * The return codes documented above are those which may currently
3009 * error code which may be propagated from underlying routines.
3804 * which passes NULL for its data pointer can therefore be used during
3867 VNOP_SELECT(vnode_t vp, int which , int fflags, void * wql, vfs_context_t ctx)
3881 a.a_which = which;
4425 * Note that we do the namei with the nameiop of RENAME, which is different than
5455 * The return codes documented above are those which may currently
5457 * additional error code which may be propagated from underlying