Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_leaf.c212 xfs_dir2_db_t use_block; /* data block number */ in xfs_dir2_leaf_addname() local
244 for (use_block = -1, lep = &leaf->ents[index]; in xfs_dir2_leaf_addname()
253 use_block = i; in xfs_dir2_leaf_addname()
260 if (use_block == -1) { in xfs_dir2_leaf_addname()
265 if (INT_GET(bestsp[i], ARCH_CONVERT) == NULLDATAOFF && use_block == -1) in xfs_dir2_leaf_addname()
266 use_block = i; in xfs_dir2_leaf_addname()
268 use_block = i; in xfs_dir2_leaf_addname()
278 (use_block != -1 ? 0 : (uint)sizeof(leaf->bests[0])); in xfs_dir2_leaf_addname()
283 if (use_block != -1 && INT_GET(bestsp[use_block], ARCH_CONVERT) == NULLDATAOFF) in xfs_dir2_leaf_addname()
284 use_block = -1; in xfs_dir2_leaf_addname()
[all …]