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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c646 xfs_dir2_db_t use_block; /* data block number */ local
674 for (use_block = -1, lep = &ents[index];
683 use_block = i;
690 if (use_block == -1) {
696 use_block == -1)
697 use_block = i;
699 use_block = i;
710 if (use_block == -1)
714 * Now kill use_block if it refers to a missing block, so we
717 if (use_block !
[all...]

Completed in 141 milliseconds