Searched refs:fromidx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c246 int fromidx; /* source leaf index */ local
249 for (fromidx = toidx = be32_to_cpu(btp->count) - 1,
251 fromidx >= 0;
252 fromidx--) {
253 if (be32_to_cpu(blp[fromidx].address) == XFS_DIR2_NULL_DATAPTR) {
262 if (fromidx < toidx)
263 blp[toidx] = blp[fromidx];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl210 set fromidx [string first . $tofrom $fidx]
215 set fromid [string replace $tofrom $fromidx end]

Completed in 33 milliseconds