Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_node.c463 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()
A Dxfs_dir2_leaf.c732 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()
A Dxfs_da_format.h177 #define NULLDATAOFF 0xffffU macro
/linux/fs/xfs/scrub/
A Ddir.c702 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 15 milliseconds