Changeset 2ea6392 in mainline for uspace/lib/ext4/libext4_directory.h
- Timestamp:
- 2011-10-10T09:22:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b9381b
- Parents:
- 7a68fe5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_directory.h
r7a68fe5 r2ea6392 37 37 #include "libext4_inode.h" 38 38 39 #define EXT4_FILENAME_LEN 255 40 39 41 /** 40 42 * Linked list directory entry structure … … 48 50 uint8_t inode_type; // Type of referenced inode (in rev >= 0.5) 49 51 } __attribute__ ((packed)); 50 uint8_t name ; // First byte of name, if present52 uint8_t name[EXT4_FILENAME_LEN]; // Entry name 51 53 } __attribute__ ((packed)) ext4_directory_entry_ll_t; 52 54
Note:
See TracChangeset
for help on using the changeset viewer.