Searched refs:unwritten (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/ext4/ |
| H A D | page-io.c | 275 struct list_head unwritten; in ext4_do_flush_completed_IO() local 282 list_replace_init(head, &unwritten); in ext4_do_flush_completed_IO() 285 while (!list_empty(&unwritten)) { in ext4_do_flush_completed_IO() 286 io_end = list_entry(unwritten.next, ext4_io_end_t, list); in ext4_do_flush_completed_IO()
|
| H A D | extents.c | 1831 int merge_done = 0, unwritten; in ext4_ext_try_to_merge_right() local 1841 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_try_to_merge_right() 1844 if (unwritten) in ext4_ext_try_to_merge_right() 2001 int mb_flags = 0, unwritten; in ext4_ext_insert_extent() local 2058 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_insert_extent() 2061 if (unwritten) in ext4_ext_insert_extent() 2084 unwritten = ext4_ext_is_unwritten(ex); in ext4_ext_insert_extent() 2089 if (unwritten) in ext4_ext_insert_extent() 2627 unsigned unwritten = 0; in ext4_ext_rm_leaf() local 2654 unwritten = 1; in ext4_ext_rm_leaf() [all …]
|
| H A D | ext4.h | 3837 int len, int unwritten, ext4_fsblk_t pblk);
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 110 and no support for unwritten extents. 389 Filesystems that need to update internal bookkeeping (e.g. unwritten 393 own work (e.g. unwritten extent conversion). 413 contiguous; the unwritten and shared status are the same; and the 552 The entire file range must map to a single written or unwritten 555 if the mapping is unwritten and the filesystem cannot handle zeroing 569 If filesystem metadata updates are required (e.g. unwritten extent 613 This function should perform post-write conversions of unwritten 617 * ``IOMAP_DIO_UNWRITTEN``: The mapping was unwritten, so the ioend 725 For unwritten mappings, the pagecache will be searched. [all …]
|
| H A D | design.rst | 280 This only needs to be set for mapped or unwritten operations. 283 This only needs to be set for mapped or unwritten operations, and
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.h | 199 bool unwritten); 259 bool unwritten; member
|
| /linux/fs/xfs/scrub/ |
| H A D | bmap_repair.c | 135 bool unwritten) in xrep_bmap_from_rmap() argument 140 .br_state = unwritten ? XFS_EXT_UNWRITTEN : XFS_EXT_NORM, in xrep_bmap_from_rmap() 151 if (rb->reflink_scan == RLS_UNKNOWN && !unwritten) { in xrep_bmap_from_rmap()
|
| H A D | rtrmap_repair.c | 859 p->blockcount, &p->oinfo, p->unwritten); in xrep_rtrmapbt_live_update()
|
| H A D | rmap_repair.c | 1625 p->blockcount, &p->oinfo, p->unwritten); in xrep_rmapbt_live_update()
|
| H A D | trace.h | 2789 if (p->unwritten)
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | zero.rst | 15 device. Reads to previously unwritten areas will return a zero'd buffer. When
|
| H A D | era.rst | 106 Metadata is updated on disk before a write to a previously unwritten
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 3195 xfs_agblock_t gbno, xfs_extlen_t len, bool unwritten, 3197 TP_ARGS(cur, gbno, len, unwritten, oinfo), 3217 if (unwritten) 3233 xfs_agblock_t gbno, xfs_extlen_t len, bool unwritten, \ 3235 TP_ARGS(cur, gbno, len, unwritten, oinfo))
|