Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_leaf.c130 if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_check_int()
511 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
522 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_find_stale()
582 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
603 ASSERT(ents[highstale].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)); in xfs_dir3_leaf_find_entry()
688 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_addname()
953 if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leaf_compact()
1029 ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir3_leaf_compact_x1()
1280 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leaf_lookup_int()
1425 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leaf_removename()
Dxfs_dir2_block.c291 if (blp[fromidx].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) { in xfs_dir2_block_compact()
486 cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_addname()
492 cpu_to_be32(XFS_DIR2_NULL_DATAPTR) && in xfs_dir2_block_addname()
712 if ((addr = be32_to_cpu(blp[mid].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_lookup_int()
806 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
1010 if (ents[from].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir2_leaf_to_block()
Dxfs_da_format.h187 #define XFS_DIR2_NULL_DATAPTR ((xfs_dir2_dataptr_t)0) macro
Dxfs_dir2_node.c624 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_addname()
771 if (be32_to_cpu(lep->address) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_leafn_lookup_for_entry()
932 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xfs_dir3_leafn_moveents()
1255 lep->address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_leafn_remove()
Dxfs_dir2_data.c216 cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in __xfs_dir3_data_check()
Dxfs_dir2_sf.c88 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/linux-4.19.296/fs/xfs/scrub/
Ddir.c548 if (ents[i].address == cpu_to_be32(XFS_DIR2_NULL_DATAPTR)) in xchk_directory_leaf1_bestfree()