4.104.114.84.95
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 | |
---|
11 | XXX Include graphic of the path evaluation process with Jennifer's explanations |
---|
12 | |
---|
13 | ? There are two pathname evaluation routines. The handler patheval() is called to find, |
---|
14 | verify privlages on and return information on a node that exists. The handler |
---|
15 | evalformake() is called to find, verify permissions, and return information on a node |
---|
16 | that is to become a parent. Additionally, evalformake() returns a pointer to the start |
---|
17 | of the name of the new node to be created. |
---|
18 | ? Pathname evaluation is specific to a file system |
---|
19 | ? Mechanics of crossing a mount point during the evaluation of a path name |
---|
20 | ? Role of rtems_filesystem_location_info_t structure |
---|
21 | ? Finding file system node information |
---|
22 | ? Finding file system node handlers |
---|
23 | ? Finding file system node operations table |
---|
24 | ? Finding mount table entry for the file system that this node is part of |
---|
25 | |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.