Lines Matching refs:found
312 bool *found) in xfs_find_trim_cow_extent() argument
319 *found = false; in xfs_find_trim_cow_extent()
342 *found = true; in xfs_find_trim_cow_extent()
360 bool found; in xfs_reflink_allocate_cow() local
370 error = xfs_find_trim_cow_extent(ip, imap, shared, &found); in xfs_reflink_allocate_cow()
373 if (found) in xfs_reflink_allocate_cow()
395 error = xfs_find_trim_cow_extent(ip, imap, shared, &found); in xfs_reflink_allocate_cow()
398 if (found) { in xfs_reflink_allocate_cow()
1479 bool found; in xfs_reflink_inode_has_shared_extents() local
1490 found = xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got); in xfs_reflink_inode_has_shared_extents()
1491 while (found) { in xfs_reflink_inode_has_shared_extents()
1509 found = xfs_iext_next_extent(ifp, &icur, &got); in xfs_reflink_inode_has_shared_extents()