Home | History | Annotate | Download | only in fsck_lfs

Lines Matching defs:DATA

25  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
95 ino_t id_parent; /* for DATA nodes, their parent */
99 off_t id_filesize; /* for DATA nodes, the size of the directory */
100 int id_loc; /* for DATA nodes, current location in dir */
101 long long id_entryno; /* for DATA nodes, current entry number */
102 LFS_DIRHEADER *id_dirp; /* for DATA nodes, ptr to current entry */
103 const char *id_name; /* for DATA nodes, name to find or enter */
104 char id_type; /* type of descriptor, DATA or ADDR */
107 #define DATA 1
143 * Inode cache data structures.