Searched refs:EXT_MAX_EXTENT (Results 1 - 2 of 2) 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.h177 #define EXT_MAX_EXTENT(__hdr__) \ macro
H A Dextents.c835 if (unlikely(path[depth].p_ext > EXT_MAX_EXTENT(path[depth].p_hdr))) {
836 EXT4_ERROR_INODE(inode, "p_ext > EXT_MAX_EXTENT!");
839 if (path[depth].p_ext != EXT_MAX_EXTENT(path[depth].p_hdr)) {
916 EXT_MAX_EXTENT(path[depth].p_hdr)) {
1790 len = EXT_MAX_EXTENT(eh) - nearex;
1805 len = (EXT_MAX_EXTENT(eh) - nearex) * sizeof(struct ext4_extent);

Completed in 97 milliseconds