Searched refs:lfloghigh (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c84 int lfloghigh=0; /* last final leaf to log */ local
250 highstale = lfloghigh = -1;
257 if (lfloghigh == -1)
258 lfloghigh = toidx;
267 lfloghigh -= be32_to_cpu(btp->stale) - 1;
290 lfloghigh = -1;
343 lfloghigh = mid;
370 lfloghigh = MAX(mid, lfloghigh);
382 lfloghigh
[all...]
H A Dxfs_dir2_leaf.c180 int lfloghigh; /* high leaf logging index */ local
324 &lfloglow, &lfloghigh);
332 lfloghigh = -1;
447 lfloghigh = be16_to_cpu(leaf->hdr.count);
505 lfloghigh = MAX(index - 1, lfloghigh);
524 lfloghigh = MAX(highstale, lfloghigh);
538 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh);
H A Dxfs_dir2_node.c192 int lfloghigh; /* high leaf entry logging */ local
237 &lfloglow, &lfloghigh);
244 lfloghigh = -1;
255 lfloghigh = be16_to_cpu(leaf->hdr.count);
306 lfloghigh = MAX(index - 1, lfloghigh);
322 lfloghigh = MAX(highstale, lfloghigh);
333 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh);

Completed in 25 milliseconds