MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / ext3_next_entry

Function ext3_next_entry

Ext4Fsd/ext3/generic.c:2210–2215  ·  view source on GitHub ↗

* p is at least 6 bytes before the end of page */

Source from the content-addressed store, hash-verified

2208 * p is at least 6 bytes before the end of page
2209 */
2210struct ext3_dir_entry_2 *
2211 ext3_next_entry(struct ext3_dir_entry_2 *p)
2212{
2213 return (struct ext3_dir_entry_2 *)((char *)p +
2214 ext3_rec_len_from_disk(p->rec_len));
2215}
2216
2217#define MAX_LFS_FILESIZE 0x7fffffffffffffff
2218

Callers 6

htree_dirblock_to_treeFunction · 0.85
ext3_htree_fill_treeFunction · 0.85
ext3_dx_find_entryFunction · 0.85
make_indexed_dirFunction · 0.85
ext3_delete_entryFunction · 0.85
ext3_is_dir_emptyFunction · 0.85

Calls 1

ext3_rec_len_from_diskFunction · 0.85

Tested by

no test coverage detected