Lines Matching refs:ent
614 int ent; /* entry index */ in xfs_dir2_block_lookup() local
623 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) in xfs_dir2_block_lookup()
635 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_lookup()
764 int ent; /* block leaf entry index */ in xfs_dir2_block_removename() local
778 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_removename()
791 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_removename()
807 blp[ent].address = cpu_to_be32(XFS_DIR2_NULL_DATAPTR); in xfs_dir2_block_removename()
808 xfs_dir2_block_log_leaf(tp, bp, ent, ent); in xfs_dir2_block_removename()
844 int ent; /* leaf entry index */ in xfs_dir2_block_replace() local
853 if ((error = xfs_dir2_block_lookup_int(args, &bp, &ent))) { in xfs_dir2_block_replace()
865 be32_to_cpu(blp[ent].address))); in xfs_dir2_block_replace()