Searched refs:has_rec (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | iscan.c | 102 int has_rec; in xchk_iscan_find_next() local 117 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_rec); in xchk_iscan_find_next() 118 if (!error && !has_rec) in xchk_iscan_find_next() 119 error = xfs_btree_increment(cur, 0, &has_rec); in xchk_iscan_find_next() 120 for (; !error; error = xfs_btree_increment(cur, 0, &has_rec)) { in xchk_iscan_find_next() 128 if (!has_rec) { in xchk_iscan_find_next() 133 error = xfs_inobt_get_rec(cur, &rec, &has_rec); in xchk_iscan_find_next() 136 if (!has_rec) { in xchk_iscan_find_next()
|
| /linux/drivers/scsi/libfc/ |
| A D | fc_exch.c | 1694 int rc = 1, has_rec = 0; in fc_exch_abts_resp() local 1725 has_rec = 1; in fc_exch_abts_resp() 1751 if (has_rec) in fc_exch_abts_resp()
|
Completed in 12 milliseconds