Lines Matching defs:DATA
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
52 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
123 ino_t id_parent; /* for DATA nodes, their parent */
126 quad_t id_filesize; /* for DATA nodes, the size of the directory */
127 int id_loc; /* for DATA nodes, current location in dir */
128 int id_entryno; /* for DATA nodes, current entry number */
129 struct ext2fs_direct *id_dirp; /* for DATA nodes, ptr to current entry */
130 const char *id_name; /* for DATA nodes, name to find or enter */
131 char id_type; /* type of descriptor, DATA or ADDR */
134 #define DATA 1
175 * Inode cache data structures.