Searched refs:EXT_LAST_EXTENT (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.h173 #define EXT_LAST_EXTENT(__hdr__) \ macro
H A Dmove_extent.c85 if (EXT_LAST_EXTENT(path[ppos].p_hdr) > path[ppos].p_ext) {
351 if (range_to_move && o_end < EXT_LAST_EXTENT(eh)) {
352 len = (unsigned long)(EXT_LAST_EXTENT(eh) + 1) -
H A Dextents.c601 r = EXT_LAST_EXTENT(eh);
1355 if (ex != EXT_LAST_EXTENT(path[depth].p_hdr)) {
1431 EXT_LAST_EXTENT(path[depth].p_hdr))
1600 while (ex < EXT_LAST_EXTENT(eh)) {
1611 if (ex + 1 < EXT_LAST_EXTENT(eh)) {
1612 len = (EXT_LAST_EXTENT(eh) - ex - 1)
1740 fex = EXT_LAST_EXTENT(eh);
1789 if (nearex != EXT_LAST_EXTENT(eh)) {
2222 ex = EXT_LAST_EXTENT(eh);
3506 last_ex = EXT_LAST_EXTENT(e
[all...]

Completed in 129 milliseconds