Searched refs:eh_max (Results 1 - 3 of 3) 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.h97 __le16 eh_max; /* capacity of store in entries */ member in struct:ext4_extent_header
172 < le16_to_cpu((__path__)->p_hdr->eh_max))
178 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
180 (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
H A Dextents.c419 if (unlikely(eh->eh_max == 0)) {
420 error_msg = "invalid eh_max";
424 if (unlikely(le16_to_cpu(eh->eh_max) > max)) {
425 error_msg = "too large eh_max";
428 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
443 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
648 eh->eh_max = cpu_to_le16(ext4_ext_space_root(inode, 0));
682 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max));
789 > le16_to_cpu(curp->p_hdr->eh_max))) {
897 neh->eh_max
[all...]
H A Dmove_extent.c431 (range_to_move > le16_to_cpu(eh->eh_max)

Completed in 108 milliseconds