Searched refs:NULLDATAOFF (Results 1 – 4 of 4) sorted by relevance
463 if (off != NULLDATAOFF) in xfs_dir2_leaf_to_node()744 cpu_to_be16(NULLDATAOFF))) { in xfs_dir2_leafn_lookup_for_addname()1225 if (freehdr.bests[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir3_data_block_free()1232 freehdr.bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir3_data_block_free()1778 hdr->bests[*findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_node_add_datablk()1785 if (hdr->bests[*findex] == cpu_to_be16(NULLDATAOFF)) { in xfs_dir2_node_add_datablk()1834 ASSERT(be16_to_cpu(hdr->bests[findex]) != NULLDATAOFF); in xfs_dir2_node_find_freeblk()1882 if (be16_to_cpu(hdr->bests[findex]) != NULLDATAOFF && in xfs_dir2_node_find_freeblk()
732 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF)); in xfs_dir2_leaf_addname()746 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) && in xfs_dir2_leaf_addname()768 if (use_block != -1 && bestsp[use_block] == cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_addname()1515 if (bestsp[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_removename()1529 bestsp[db] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_leaf_removename()
177 #define NULLDATAOFF 0xffffU macro
702 if (best != NULLDATAOFF) { in xchk_directory_leaf1_bestfree()710 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree()755 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree()
Completed in 17 milliseconds