Searched refs:eh_depth (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext4_fs_extents.h99 __le16 eh_depth; /* has tree real underlying blocks? */ member in struct:ext4_extent_header
177 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c119 le16_to_cpu(eh->eh_depth));
454 eh->eh_depth = 0;
674 neh->eh_depth = 0;
749 neh->eh_depth = cpu_to_le16(depth - i);
904 neh->eh_depth = cpu_to_le16(path->p_depth + 1);
1910 * so we need to correct eh_depth
1914 ext_inode_hdr(inode)->eh_depth = 0;

Completed in 111 milliseconds