Lines Matching refs:unwritten
420 /* Make sure the unwritten flag matches. */
483 bool unwritten,
499 if (unwritten)
502 unwritten, oinfo);
682 unwritten, oinfo);
719 * the unwritten, attr_fork, and bmbt flags. The startblock and
755 bool unwritten,
774 if (unwritten)
777 unwritten, oinfo);
936 unwritten, oinfo);
983 * Convert an unwritten extent to a real extent or vice versa.
991 bool unwritten,
1011 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1014 unwritten, oinfo);
1469 unwritten, oinfo);
1478 * Convert an unwritten extent to a real extent or vice versa. If there is no
1487 bool unwritten,
1507 oldext = unwritten ? XFS_RMAP_UNWRITTEN : 0;
1510 unwritten, oinfo);
1884 unwritten, oinfo);
1911 bool unwritten,
1924 if (unwritten)
1927 unwritten, oinfo);
1959 /* Make sure the unwritten flag matches. */
2076 unwritten, oinfo);
2098 bool unwritten,
2113 if (unwritten)
2116 unwritten, oinfo);
2235 unwritten, oinfo);
2371 bool unwritten;
2415 unwritten = state == XFS_EXT_UNWRITTEN;
2421 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo);
2424 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten,
2429 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten,
2433 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten,
2437 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten,
2442 !unwritten, &oinfo);
2539 * Convert a data fork extent from unwritten to real or vice versa.
2542 * unwritten conversion.