Searched refs:e2d_reclen (Results 1 – 5 of 5) sorted by relevance
196 if (le16toh(dp->e2d_reclen) <= offsetof(struct ext2fs_direct_2, in ext2_readdir()197 e2d_namlen) || (caddr_t)dp + le16toh(dp->e2d_reclen) > in ext2_readdir()221 dstdp.d_namlen > le16toh(dp->e2d_reclen)) { in ext2_readdir()231 dstdp.d_off = offset + le16toh(dp->e2d_reclen); in ext2_readdir()247 *cookies = offset + le16toh(dp->e2d_reclen); in ext2_readdir()252 offset += le16toh(dp->e2d_reclen); in ext2_readdir()254 le16toh(dp->e2d_reclen)); in ext2_readdir()741 int size = le16toh(ep->e2d_reclen); in ext2_search_dirblock()751 ssp->slotsize = le16toh(ep->e2d_reclen); in ext2_search_dirblock()759 le16toh(ep->e2d_reclen) - in ext2_search_dirblock()[all …]
524 last_entry->e2d_reclen = htole16(entry_len); in ext2_append_entry()526 new_entry->e2d_reclen = htole16(block + blksize - (char *)last_entry - in ext2_append_entry()572 sort_info->h_size = ep->e2d_reclen; in ext2_htree_split_dirblock()580 ((char *)ep + le16toh(ep->e2d_reclen)); in ext2_htree_split_dirblock()614 ((struct ext2fs_direct_2 *)dest)->e2d_reclen = in ext2_htree_split_dirblock()627 offset += le16toh(ep->e2d_reclen); in ext2_htree_split_dirblock()633 last->e2d_reclen = htole16(entry_len); in ext2_htree_split_dirblock()643 last->e2d_reclen = htole16(block1 + blksize - (char *)last - in ext2_htree_split_dirblock()650 ((struct ext2fs_direct_2 *)dest)->e2d_reclen = in ext2_htree_split_dirblock()697 le16toh(dotdot->e2d_reclen)); in ext2_htree_create_index()[all …]
39 uint16_t e2d_reclen; /* length of this record */ member66 uint16_t e2d_reclen; /* length of this record */ member
209 rec_len = le16toh(dep->e2d_reclen); in ext2_dirent_get_tail()215 rec_len = le16toh(dep->e2d_reclen); in ext2_dirent_get_tail()271 if (le16toh(ep->e2d_reclen) == EXT2_BLOCK_SIZE(ip->i_e2fs)) in ext2_get_dx_count()273 else if (le16toh(ep->e2d_reclen) == 12) { in ext2_get_dx_count()275 if (le16toh(dp->e2d_reclen) != EXT2_BLOCK_SIZE(ip->i_e2fs) - 12) in ext2_get_dx_count()
46 uint16_t e2d_reclen; /* length of this record */ member