Lines Matching refs:ent
639 int ent; /* entry index */ in xfs_dir2_block_lookup() local
648 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) in xfs_dir2_block_lookup()
660 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup()
787 int ent; /* block leaf entry index */ in xfs_dir2_block_removename() local
801 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_removename()
814 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename()
831 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
832 xfs_dir2_block_log_leaf(tp, bp, ent, ent); in xfs_dir2_block_removename()
868 int ent; /* leaf entry index */ in xfs_dir2_block_replace() local
877 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_replace()
889 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace()