| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.h | 35 xfs_off_t start_byte, xfs_off_t end_byte, 63 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 64 xfs_off_t len, enum xfs_alloc_file_space_mode mode); 65 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 66 xfs_off_t len, struct xfs_zone_alloc_ctx *ac); 67 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 68 xfs_off_t len, struct xfs_zone_alloc_ctx *ac); 69 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 70 xfs_off_t len); 86 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, [all …]
|
| H A D | xfs_reflink.h | 36 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, 37 xfs_off_t count); 44 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset, 45 xfs_off_t count, bool cancel_real); 46 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset, 47 xfs_off_t count); 48 int xfs_reflink_end_atomic_cow(struct xfs_inode *ip, xfs_off_t offset, 49 xfs_off_t count); 58 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len); [all …]
|
| H A D | xfs_reflink.c | 338 xfs_off_t offset, in xfs_reflink_convert_cow() 339 xfs_off_t count) in xfs_reflink_convert_cow() 739 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 740 xfs_off_t count, in xfs_reflink_cancel_cow_range() 971 xfs_off_t offset, in xfs_reflink_end_cow() 972 xfs_off_t count) in xfs_reflink_end_cow() 1032 xfs_off_t offset, in xfs_reflink_end_atomic_cow() 1033 xfs_off_t count) in xfs_reflink_end_atomic_cow() 1270 xfs_off_t newlen, in xfs_reflink_update_dest() 1352 xfs_off_t new_isize) in xfs_reflink_remap_extent() [all …]
|
| H A D | xfs_bmap_util.c | 57 xfs_off_t count_fsb) in xfs_zero_extent() 439 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range() 440 xfs_off_t end_byte, in xfs_bmap_punch_delalloc_range() 662 xfs_off_t offset, in xfs_alloc_file_space() 663 xfs_off_t len, in xfs_alloc_file_space() 667 xfs_off_t count; in xfs_alloc_file_space() 847 xfs_off_t offset, in xfs_flush_unmap_range() 848 xfs_off_t len) in xfs_flush_unmap_range() 851 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 859 rounding = max_t(xfs_off_t, xfs_inode_alloc_unitsize(ip), PAGE_SIZE); in xfs_flush_unmap_range() [all …]
|
| H A D | xfs_iomap.h | 18 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
| H A D | xfs_ioctl32.h | 104 xfs_off_t sx_offset; /* offset into file */ 105 xfs_off_t sx_length; /* leng from offset */
|
| H A D | xfs_aops.h | 12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
|
| H A D | xfs_ioend.c | 47 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend_write()
|
| H A D | xfs_platform.h | 79 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
| H A D | xfs_iops.c | 913 xfs_off_t oldsize = inode->i_size; in xfs_vn_setattr_size() 914 xfs_off_t newsize = iattr->ia_size; in xfs_vn_setattr_size()
|
| H A D | xfs_zone_alloc.c | 320 xfs_off_t offset, in xfs_zoned_end_io() 321 xfs_off_t count, in xfs_zoned_end_io()
|
| H A D | xfs_aops.c | 46 xfs_off_t offset, in xfs_setfilesize()
|
| H A D | xfs_mount.h | 799 xfs_off_t count_fsb);
|
| H A D | xfs_iomap.c | 615 xfs_off_t offset, in xfs_iomap_write_unwritten() 616 xfs_off_t count, in xfs_iomap_write_unwritten() 2039 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
|
| H A D | xfs_trace.h | 1789 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1794 __field(xfs_off_t, offset) 1811 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1851 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1860 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1890 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 3998 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 3999 struct xfs_inode *dest, xfs_off_t doffset), 4042 TP_PROTO(struct xfs_inode *src, xfs_off_t soffse [all...] |
| H A D | xfs_buf.c | 412 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_map_verify()
|