Subversion Repositories HelenOS

Rev

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

Rev 2750 Rev 2751
Line 122... Line 122...
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.
125
/** Lookup VFS triplet by name in the file system name space.
126
 *
126
 *
-
 
127
 * The path passed in the PLB must be in the canonical file system path format
-
 
128
 * as returned by the canonify() function.
-
 
129
 *
127
 * @param ops       libfs operations structure with function pointers to
130
 * @param ops       libfs operations structure with function pointers to
128
 *          file system implementation
131
 *          file system implementation
129
 * @param fs_handle File system handle of the file system where to perform
132
 * @param fs_handle File system handle of the file system where to perform
130
 *          the lookup.
133
 *          the lookup.
131
 * @param rid       Request ID of the VFS_LOOKUP request.
134
 * @param rid       Request ID of the VFS_LOOKUP request.