Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_node.c386 if ((off = be16_to_cpu(*from)) != NULLDATAOFF) in xfs_dir2_leaf_to_node()
669 if (unlikely(bests[fi] == cpu_to_be16(NULLDATAOFF))) { in xfs_dir2_leafn_lookup_for_addname()
1151 if (bests[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir3_data_block_free()
1158 bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir3_data_block_free()
1711 bests[*findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_node_add_datablk()
1718 if (bests[*findex] == cpu_to_be16(NULLDATAOFF)) { in xfs_dir2_node_add_datablk()
1773 ASSERT(be16_to_cpu(bests[findex]) != NULLDATAOFF); in xfs_dir2_node_find_freeblk()
1823 if (be16_to_cpu(bests[findex]) != NULLDATAOFF && in xfs_dir2_node_find_freeblk()
Dxfs_dir2_leaf.c628 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF)); in xfs_dir2_leaf_addname()
642 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) && in xfs_dir2_leaf_addname()
664 if (use_block != -1 && bestsp[use_block] == cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_addname()
1409 if (bestsp[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_removename()
1423 bestsp[db] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_leaf_removename()
Dxfs_da_format.h179 #define NULLDATAOFF 0xffffU macro
/Linux-v5.4/fs/xfs/scrub/
Ddir.c552 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree()
602 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree()