Searched refs:NULLDATAOFF (Results 1 – 3 of 3) sorted by relevance
340 if ((off = be16_to_cpu(*from)) != NULLDATAOFF) in xfs_dir2_leaf_to_node()623 if (unlikely(bests[fi] == cpu_to_be16(NULLDATAOFF))) { in xfs_dir2_leafn_lookup_for_addname()1107 if (bests[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir3_data_block_free()1114 bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir3_data_block_free()1697 ASSERT(be16_to_cpu(bests[findex]) != NULLDATAOFF); in xfs_dir2_node_addname_int()1783 if (be16_to_cpu(bests[findex]) != NULLDATAOFF && in xfs_dir2_node_addname_int()1910 bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_node_addname_int()1916 if (bests[findex] == cpu_to_be16(NULLDATAOFF)) { in xfs_dir2_node_addname_int()
676 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF)); in xfs_dir2_leaf_addname()690 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) && in xfs_dir2_leaf_addname()712 if (use_block != -1 && bestsp[use_block] == cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_addname()1453 if (bestsp[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_removename()1467 bestsp[db] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_leaf_removename()
191 #define NULLDATAOFF 0xffffU macro