source: rtems/doc/filesystem/patheval.t @ 44e43e7

4.104.114.84.95
Last change on this file since 44e43e7 was 7779ace, checked in by Joel Sherrill <joel.sherrill@…>, on 10/08/99 at 18:36:08

Another couple of chapters formatting under texinfo.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Pathname Evaluation
10
11XXX Include graphic of the path evaluation process with Jennifer's
12explanations
13
14@itemize @bullet
15
16@item There are two pathname evaluation routines.  The handler patheval()
17is called to find, verify privlages on and return information on a node
18that exists.  The handler evalformake() is called to find, verify
19permissions, and return information on a node that is to become a parent. 
20Additionally, evalformake() returns a pointer to the start of the name of
21the new node to be created.
22
23@item Pathname evaluation is specific to a file system
24
25@item Mechanics of crossing a mount point during the evaluation of a path
26name
27
28@item Role of rtems_filesystem_location_info_t structure
29
30@itemize @bullet
31
32@item Finding file system node information
33
34@item Finding file system node handlers
35
36@item Finding file system node operations table
37
38@item Finding mount table entry for the file system that this node is part
39of
40
41@end itemize
42
43@end itemize
44
45
Note: See TracBrowser for help on using the repository browser.