Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_node.c390 if ((off = be16_to_cpu(*from)) != NULLDATAOFF) in xfs_dir2_leaf_to_node()
675 if (unlikely(bests[fi] == cpu_to_be16(NULLDATAOFF))) { in xfs_dir2_leafn_lookup_for_addname()
1156 if (bests[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir3_data_block_free()
1163 bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir3_data_block_free()
1747 ASSERT(be16_to_cpu(bests[findex]) != NULLDATAOFF); in xfs_dir2_node_addname_int()
1833 if (be16_to_cpu(bests[findex]) != NULLDATAOFF && in xfs_dir2_node_addname_int()
1960 bests[findex] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_node_addname_int()
1966 if (bests[findex] == cpu_to_be16(NULLDATAOFF)) { in xfs_dir2_node_addname_int()
Dxfs_dir2_leaf.c692 ASSERT(bestsp[i] != cpu_to_be16(NULLDATAOFF)); in xfs_dir2_leaf_addname()
706 if (bestsp[i] == cpu_to_be16(NULLDATAOFF) && in xfs_dir2_leaf_addname()
728 if (use_block != -1 && bestsp[use_block] == cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_addname()
1473 if (bestsp[i] != cpu_to_be16(NULLDATAOFF)) in xfs_dir2_leaf_removename()
1487 bestsp[db] = cpu_to_be16(NULLDATAOFF); in xfs_dir2_leaf_removename()
Dxfs_da_format.h179 #define NULLDATAOFF 0xffffU macro
/Linux-v4.19/fs/xfs/scrub/
Ddir.c556 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree()
606 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree()