Home
last modified time | relevance | path

Searched refs:EXT_FIRST_EXTENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_extents.h105 #define EXT_FIRST_EXTENT(hdr) ((struct ext4_extent *)(((char *)(hdr)) + \ macro
109 #define EXT_LAST_EXTENT(hdr) (EXT_FIRST_EXTENT((hdr)) + le16toh((hdr)->eh_ecount) - 1)
115 #define EXT_MAX_EXTENT(hdr) (EXT_FIRST_EXTENT(hdr) + le16toh((hdr)->eh_max) - 1)
H A Dext2_extents.c413 struct ext4_extent *ext = EXT_FIRST_EXTENT(eh); in ext4_validate_extent_entries()
533 l = EXT_FIRST_EXTENT(eh) + 1; in ext4_ext_binsearch_ext()
534 r = EXT_FIRST_EXTENT(eh) + le16toh(eh->eh_ecount) - 1; in ext4_ext_binsearch_ext()
978 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split()
1130 curpath->ep_index->ei_blk = EXT_FIRST_EXTENT(path[0].ep_header)->e_blk; in ext4_ext_grow_indepth()
1215 if (ex != EXT_FIRST_EXTENT(eh)) in ext4_ext_correct_indexes()
1303 path[depth].ep_ext = EXT_FIRST_EXTENT(eh); in ext4_ext_insert_extent()
1580 while (ex >= EXT_FIRST_EXTENT(eh) && ex_blk + ex_len > start) { in ext4_ext_rm_leaf()
1601 if (ex == EXT_FIRST_EXTENT(eh)) in ext4_ext_rm_leaf()