Lines Matching defs:has
106 /* Record has to be properly aligned within the AG. */
313 * the superblock version has caught up to the one that supports the new
456 * Since startino has been aligned down, left shift allocmask such that
1187 * See if the most recently allocated block has any free.
1203 * still has a free inode.
1519 * The finobt has now been updated appropriately. We haven't updated the
1755 * an AG has enough space for file creation.
1795 * Loop until we find an allocation group that either has free inodes
2781 * constant ratio of inode per cluster buffer, but only if mkfs has set the
2973 int has;
2983 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has);
2984 if (error || !has)
2987 error = xfs_inobt_get_rec(cur, &rec, &has);
2991 if (!has) {