Searched refs:use_block (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c696 xfs_dir2_db_t use_block; /* data block number */ local
725 for (use_block = -1, lep = &ents[index];
734 use_block = i;
741 if (use_block == -1) {
747 use_block == -1)
748 use_block = i;
750 use_block = i;
761 if (use_block == -1)
765 * Now kill use_block if it refers to a missing block, so we
768 if (use_block !
[all...]

Completed in 263 milliseconds