CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
dir Struct Reference

A directory. More...

Collaboration diagram for dir:
Collaboration graph
[legend]

Data Fields

struct inodeinode
 Backing store. More...
 
off_t pos
 Current position. More...
 

Detailed Description

A directory.

Definition at line 10 of file directory.c.

Field Documentation

◆ inode

struct inode* dir::inode

Backing store.

Definition at line 12 of file directory.c.

Referenced by dir_add(), dir_close(), dir_get_inode(), dir_open(), dir_readdir(), dir_remove(), dir_reopen(), and lookup().

◆ pos

off_t dir::pos

Current position.

Definition at line 13 of file directory.c.

Referenced by dir_open(), and dir_readdir().


The documentation for this struct was generated from the following file: