Searched refs:eh_depth (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.h98 __le16 eh_depth; /* has tree real underlying blocks? */ member in struct:ext4_extent_header
194 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth);
H A Dmigrate.c421 if (eh->eh_depth != 0) {
445 if (eh->eh_depth == 0)
H A Dextents.c415 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) {
416 error_msg = "unexpected eh_depth";
444 max, le16_to_cpu(eh->eh_depth), depth);
645 eh->eh_depth = 0;
899 neh->eh_depth = 0;
985 neh->eh_depth = cpu_to_le16(depth - i);
1136 if (path[0].p_hdr->eh_depth)
1150 neh->eh_depth = cpu_to_le16(path->p_depth + 1);
1308 int depth; /* Note, NOT eh_depth; depth from top of tree */
1384 /* subtract from p_depth to get proper eh_depth */
[all...]

Completed in 128 milliseconds