Lines Matching refs:ent
618 int ent; /* entry index */ in xfs_dir2_block_lookup() local
627 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) in xfs_dir2_block_lookup()
639 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup()
768 int ent; /* block leaf entry index */ in xfs_dir2_block_removename() local
782 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_removename()
795 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename()
811 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
812 xfs_dir2_block_log_leaf(tp, bp, ent, ent); in xfs_dir2_block_removename()
848 int ent; /* leaf entry index */ in xfs_dir2_block_replace() local
857 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_replace()
869 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace()