Subversion Repositories HelenOS

Rev

Rev 2747 | Rev 2751 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2747 Rev 2750
Line 120... Line 120...
120
    async_set_client_connection(conn);
120
    async_set_client_connection(conn);
121
 
121
 
122
    return IPC_GET_RETVAL(answer);
122
    return IPC_GET_RETVAL(answer);
123
}
123
}
124
 
124
 
-
 
125
/** Lookup VFS triplet by name in the file system name space.
-
 
126
 *
-
 
127
 * @param ops       libfs operations structure with function pointers to
-
 
128
 *          file system implementation
-
 
129
 * @param fs_handle File system handle of the file system where to perform
-
 
130
 *          the lookup.
-
 
131
 * @param rid       Request ID of the VFS_LOOKUP request.
-
 
132
 * @param request   VFS_LOOKUP request data itself.
-
 
133
 */
125
void libfs_lookup(libfs_ops_t *ops, int fs_handle, ipc_callid_t rid,
134
void libfs_lookup(libfs_ops_t *ops, int fs_handle, ipc_callid_t rid,
126
    ipc_call_t *request)
135
    ipc_call_t *request)
127
{
136
{
128
    unsigned next = IPC_GET_ARG1(*request);
137
    unsigned next = IPC_GET_ARG1(*request);
129
    unsigned last = IPC_GET_ARG2(*request);
138
    unsigned last = IPC_GET_ARG2(*request);