Searched refs:lfloghigh (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/xfs/
H A Dxfs_dir2_block.c83 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.c179 int lfloghigh; /* high leaf logging index */ local
325 &lfloglow, &lfloghigh);
333 lfloghigh = -1;
448 lfloghigh = be16_to_cpu(leaf->hdr.count);
506 lfloghigh = MAX(index - 1, lfloghigh);
525 lfloghigh = MAX(highstale, lfloghigh);
539 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh);
H A Dxfs_dir2_node.c192 int lfloghigh; /* high leaf entry logging */ local
238 &lfloglow, &lfloghigh);
245 lfloghigh = -1;
256 lfloghigh = be16_to_cpu(leaf->hdr.count);
307 lfloghigh = MAX(index - 1, lfloghigh);
323 lfloghigh = MAX(highstale, lfloghigh);
334 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh);

Completed in 169 milliseconds