Lines Matching full:retried
1186 bool retried = false; in xfs_trans_alloc_inode() local
1207 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_inode()
1211 retried = true; in xfs_trans_alloc_inode()
1241 bool retried = false; in xfs_trans_alloc_icreate() local
1250 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_icreate()
1253 retried = true; in xfs_trans_alloc_icreate()
1288 bool retried = false; in xfs_trans_alloc_ichange() local
1330 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_ichange()
1333 retried = true; in xfs_trans_alloc_ichange()
1371 bool retried = false; in xfs_trans_alloc_dir() local
1410 if (!retried) { in xfs_trans_alloc_dir()
1413 retried = true; in xfs_trans_alloc_dir()