Home
last modified time | relevance | path

Searched refs:XFS_DIR2_NULL_DATAPTR (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_dir2_leaf.c176 if (hdr->ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_check_int()
497 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
508 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
568 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
589 ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
671 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_addname()
935 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_compact()
1011 ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir3_leaf_compact_x1()
1259 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_lookup_int()
1407 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leaf_removename()
Dxfs_dir2_block.c317 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact()
512 cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_addname()
518 cpu_to_be32(XFS_DIR2_NULL_DATAPTR) && in xfs_dir2_block_addname()
736 if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_lookup_int()
831 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
1034 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir2_leaf_to_block()
Dxfs_da_format.h174 #define XFS_DIR2_NULL_DATAPTR ((xfs_dir2_dataptr_t)0) macro
Dxfs_dir2_node.c682 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname()
830 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_entry()
991 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leafn_moveents()
1312 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leafn_remove()
Dxfs_dir2_data.c258 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in __xfs_dir3_data_check()
Dxfs_dir2_sf.c205 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/Linux-v5.15/fs/xfs/scrub/
Ddir.c564 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xchk_directory_leaf1_bestfree()