Lines Matching full:retried
1194 bool retried = false; in xfs_trans_alloc_inode() local
1215 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_inode()
1219 retried = true; in xfs_trans_alloc_inode()
1249 bool retried = false; in xfs_trans_alloc_icreate() local
1258 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_icreate()
1261 retried = true; in xfs_trans_alloc_icreate()
1296 bool retried = false; in xfs_trans_alloc_ichange() local
1338 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_ichange()
1341 retried = true; in xfs_trans_alloc_ichange()
1379 bool retried = false; in xfs_trans_alloc_dir() local
1418 if (!retried) { in xfs_trans_alloc_dir()
1421 retried = true; in xfs_trans_alloc_dir()