Searched refs:eh_entries (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h96 __le16 eh_entries; /* number of valid entries */ member in struct:ext4_extent_header
171 (le16_to_cpu((__path__)->p_hdr->eh_entries) \
174 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
176 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
H A Dextents.c378 if (eh->eh_entries == 0)
381 entries = le16_to_cpu(eh->eh_entries);
428 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
429 error_msg = "invalid eh_entries";
443 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
494 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) {
556 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) {
590 if (eh->eh_entries == 0) {
627 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) {
646 eh->eh_entries
[all...]
H A Dmigrate.c423 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
451 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ix++) {
H A Dmove_extent.c128 if (le16_to_cpu(eh->eh_entries) == 0)
372 le16_add_cpu(&eh->eh_entries, range_to_move);
432 - le16_to_cpu(eh->eh_entries))) {

Completed in 285 milliseconds