HelenOS sources

ext4_directory_entry_ll_t   39 uspace/lib/ext4/include/ext4/directory.h extern uint32_t ext4_directory_entry_ll_get_inode(ext4_directory_entry_ll_t *);
ext4_directory_entry_ll_t   40 uspace/lib/ext4/include/ext4/directory.h extern void ext4_directory_entry_ll_set_inode(ext4_directory_entry_ll_t *,
ext4_directory_entry_ll_t   43 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *);
ext4_directory_entry_ll_t   44 uspace/lib/ext4/include/ext4/directory.h extern void ext4_directory_entry_ll_set_entry_length(ext4_directory_entry_ll_t *,
ext4_directory_entry_ll_t   47 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *);
ext4_directory_entry_ll_t   49 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *, uint16_t);
ext4_directory_entry_ll_t   51 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *);
ext4_directory_entry_ll_t   53 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *, uint8_t);
ext4_directory_entry_ll_t   61 uspace/lib/ext4/include/ext4/directory.h     ext4_directory_entry_ll_t *, uint16_t, ext4_inode_ref_t *,
ext4_directory_entry_ll_t   73 uspace/lib/ext4/include/ext4/directory.h     const char *, ext4_directory_entry_ll_t **);
ext4_directory_entry_ll_t  429 uspace/lib/ext4/include/ext4/types.h 	ext4_directory_entry_ll_t *current;
ext4_directory_entry_ll_t  434 uspace/lib/ext4/include/ext4/types.h 	ext4_directory_entry_ll_t *dentry;
ext4_directory_entry_ll_t   56 uspace/lib/ext4/src/directory.c uint32_t ext4_directory_entry_ll_get_inode(ext4_directory_entry_ll_t *de)
ext4_directory_entry_ll_t   67 uspace/lib/ext4/src/directory.c void ext4_directory_entry_ll_set_inode(ext4_directory_entry_ll_t *de,
ext4_directory_entry_ll_t   80 uspace/lib/ext4/src/directory.c uint16_t ext4_directory_entry_ll_get_entry_length(ext4_directory_entry_ll_t *de)
ext4_directory_entry_ll_t   91 uspace/lib/ext4/src/directory.c void ext4_directory_entry_ll_set_entry_length(ext4_directory_entry_ll_t *de,
ext4_directory_entry_ll_t  106 uspace/lib/ext4/src/directory.c     ext4_directory_entry_ll_t *de)
ext4_directory_entry_ll_t  125 uspace/lib/ext4/src/directory.c     ext4_directory_entry_ll_t *de, uint16_t length)
ext4_directory_entry_ll_t  145 uspace/lib/ext4/src/directory.c     ext4_directory_entry_ll_t *de)
ext4_directory_entry_ll_t  162 uspace/lib/ext4/src/directory.c     ext4_directory_entry_ll_t *de, uint8_t type)
ext4_directory_entry_ll_t  306 uspace/lib/ext4/src/directory.c 	ext4_directory_entry_ll_t *entry =
ext4_directory_entry_ll_t  355 uspace/lib/ext4/src/directory.c     ext4_directory_entry_ll_t *entry, uint16_t entry_len,
ext4_directory_entry_ll_t  464 uspace/lib/ext4/src/directory.c 	ext4_directory_entry_ll_t *block_entry = new_block->data;
ext4_directory_entry_ll_t  534 uspace/lib/ext4/src/directory.c 		ext4_directory_entry_ll_t *res_entry;
ext4_directory_entry_ll_t  593 uspace/lib/ext4/src/directory.c 		ext4_directory_entry_ll_t *tmp_dentry = result.block->data;
ext4_directory_entry_ll_t  643 uspace/lib/ext4/src/directory.c 	ext4_directory_entry_ll_t *dentry = target_block->data;
ext4_directory_entry_ll_t  644 uspace/lib/ext4/src/directory.c 	ext4_directory_entry_ll_t *stop = target_block->data + block_size;
ext4_directory_entry_ll_t  680 uspace/lib/ext4/src/directory.c 				ext4_directory_entry_ll_t *new_entry =
ext4_directory_entry_ll_t  711 uspace/lib/ext4/src/directory.c     size_t name_len, const char *name, ext4_directory_entry_ll_t **res_entry)
ext4_directory_entry_ll_t  714 uspace/lib/ext4/src/directory.c 	ext4_directory_entry_ll_t *dentry =
ext4_directory_entry_ll_t  715 uspace/lib/ext4/src/directory.c 	    (ext4_directory_entry_ll_t *) block->data;
ext4_directory_entry_ll_t  747 uspace/lib/ext4/src/directory.c 		dentry = (ext4_directory_entry_ll_t *) ((uint8_t *) dentry + dentry_len);
ext4_directory_entry_ll_t  293 uspace/lib/ext4/src/directory_index.c 	ext4_directory_entry_ll_t *block_entry = new_block->data;
ext4_directory_entry_ll_t  619 uspace/lib/ext4/src/directory_index.c 		ext4_directory_entry_ll_t *res_dentry;
ext4_directory_entry_ll_t  763 uspace/lib/ext4/src/directory_index.c 	ext4_directory_entry_ll_t *dentry = old_data_block->data;
ext4_directory_entry_ll_t  847 uspace/lib/ext4/src/directory_index.c 		ext4_directory_entry_ll_t *tmp = ptr;
ext4_directory_entry_ll_t  864 uspace/lib/ext4/src/directory_index.c 		ext4_directory_entry_ll_t *tmp = ptr;
HelenOS homepage, sources at GitHub