Searched refs:lfloglow (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.c85 int lfloglow=0; /* first final leaf to log */ local
266 lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
289 lfloglow = be32_to_cpu(btp->count);
342 lfloglow = 0;
369 lfloglow = MIN(lowstale, lfloglow);
381 lfloglow = MIN(mid, lfloglow);
396 xfs_dir2_block_log_leaf(tp, bp, lfloglow, lfloghigh);
H A Dxfs_dir2_leaf.c179 int lfloglow; /* low leaf logging index */ local
324 &lfloglow, &lfloghigh);
331 lfloglow = be16_to_cpu(leaf->hdr.count);
446 lfloglow = index;
504 lfloglow = MIN(lowstale, lfloglow);
523 lfloglow = MIN(index, lfloglow);
538 xfs_dir2_leaf_log_ents(tp, lbp, lfloglow, lfloghigh);
H A Dxfs_dir2_node.c193 int lfloglow; /* low leaf entry logging */ local
237 &lfloglow, &lfloghigh);
243 lfloglow = be16_to_cpu(leaf->hdr.count);
254 lfloglow = index;
305 lfloglow = MIN(lowstale, lfloglow);
321 lfloglow = MIN(index, lfloglow);
333 xfs_dir2_leaf_log_ents(tp, bp, lfloglow, lfloghigh);

Completed in 67 milliseconds