Lines Matching defs:root
12 * system, starting at the root file system. This is implemented by
96 struct lo_inode root; /* protected by lo->mutex */
153 return &lo_data(req)->root;
193 while (lo->root.next != &lo->root) {
194 struct lo_inode* next = lo->root.next;
195 lo->root.next = next->next;
297 for (p = lo->root.next; p != &lo->root; p = p->next) {
348 prev = &lo->root;
1195 lo.root.next = lo.root.prev = &lo.root;
1196 lo.root.fd = -1;
1226 lo.root.refcount = 2;
1269 lo.root.fd = open(lo.source, O_PATH);
1270 if (lo.root.fd == -1) {
1306 if (lo.root.fd >= 0)
1307 close(lo.root.fd);