Lines Matching refs:stat
147 int *stat) /* success/failure */
153 error = xfs_btree_lookup(cur, XFS_LOOKUP_EQ, stat);
154 cur->bc_ag.abt.active = (*stat == 1);
167 int *stat) /* success/failure */
173 error = xfs_btree_lookup(cur, XFS_LOOKUP_GE, stat);
174 cur->bc_ag.abt.active = (*stat == 1);
187 int *stat) /* success/failure */
192 error = xfs_btree_lookup(cur, XFS_LOOKUP_LE, stat);
193 cur->bc_ag.abt.active = (*stat == 1);
230 int *stat) /* output: success/failure */
237 error = xfs_btree_get_rec(cur, &rec, stat);
238 if (error || !(*stat))
1027 int *stat) /* status: 0-freelist, 1-normal/none */
1098 *stat = 0;
1112 *stat = 1;
1322 int *stat)
1327 *stat = 0;
1339 *stat = 1;
1370 int *stat)
1380 *stat = 0;
1486 *stat = 1;