Home
last modified time | relevance | path

Searched refs:punch (Results 1 – 7 of 7) sorted by relevance

/linux/fs/iomap/
H A Dbuffered-io.c1200 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_ifs_punch() argument
1222 punch(inode, folio_pos(folio) + (first_blk << blkbits), in iomap_write_delalloc_ifs_punch()
1230 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_punch() argument
1237 punch(inode, *punch_start_byte, start_byte - *punch_start_byte, in iomap_write_delalloc_punch()
1243 iomap, punch); in iomap_write_delalloc_punch()
1271 struct iomap *iomap, iomap_punch_t punch) in iomap_write_delalloc_scan() argument
1286 start_byte, end_byte, iomap, punch); in iomap_write_delalloc_scan()
1356 iomap_punch_t punch) in iomap_write_delalloc_release() argument
1409 data_end, iomap, punch); in iomap_write_delalloc_release()
1416 punch(inode, punch_start_byte, end_byte - punch_start_byte, in iomap_write_delalloc_release()
/linux/include/linux/
H A Diomap.h369 iomap_punch_t punch);
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst434 happen in the hole punch case where it has to split an existing file_region
H A Dunevictable-lru.rst520 present, if one of those pages were unmapped by truncation or hole punch before
/linux/Documentation/filesystems/iomap/
H A Doperations.rst263 The filesystem must supply a function ``punch`` to be called for
/linux/Documentation/filesystems/
H A Dvfs.rst941 truncation, punch hole or a complete invalidation of the address
1188 called by the VFS to preallocate blocks or punch a hole.
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst504 | #. But CPU 1 beats it to the punch, completing the current grace |