/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.h | 34 xfs_off_t start_byte, xfs_off_t end_byte); 56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 57 xfs_off_t len); 58 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len); 60 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 61 xfs_off_t len); 62 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 63 xfs_off_t le [all...] |
H A D | xfs_reflink.h | 27 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, 28 xfs_off_t count); 33 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset, 34 xfs_off_t count, bool cancel_real); 35 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset, 36 xfs_off_t count); 45 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset, 46 xfs_off_t len); 53 extern int xfs_reflink_update_dest(struct xfs_inode *dest, xfs_off_t newlen,
|
H A D | xfs_iomap.h | 17 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
H A D | xfs_bmap_util.c | 58 xfs_off_t count_fsb) in xfs_zero_extent() 593 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range() 594 xfs_off_t end_byte) in xfs_bmap_punch_delalloc_range() 778 xfs_off_t offset, in xfs_alloc_file_space() 779 xfs_off_t len) in xfs_alloc_file_space() 782 xfs_off_t count; in xfs_alloc_file_space() 950 xfs_off_t offset, in xfs_flush_unmap_range() 951 xfs_off_t len) in xfs_flush_unmap_range() 955 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 958 rounding = max_t(xfs_off_t, m in xfs_flush_unmap_range() [all...] |
H A D | xfs_reflink.c | 286 xfs_off_t offset, in xfs_reflink_convert_cow() 287 xfs_off_t count) in xfs_reflink_convert_cow() 662 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 663 xfs_off_t count, in xfs_reflink_cancel_cow_range() 862 xfs_off_t offset, in xfs_reflink_end_cow() 863 xfs_off_t count) in xfs_reflink_end_cow() 1081 xfs_off_t newlen, in xfs_reflink_update_dest() 1155 xfs_off_t new_isize) in xfs_reflink_remap_extent() 1160 xfs_off_t newlen; in xfs_reflink_remap_extent() 1327 newlen = min_t(xfs_off_t, newle in xfs_reflink_remap_extent() [all...] |
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_aops.c | 50 xfs_off_t offset, in xfs_setfilesize() 88 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
|
H A D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.h | 56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 57 xfs_off_t len, int alloc_type); 58 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len); 60 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 61 xfs_off_t len); 62 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 63 xfs_off_t len); 79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, 80 xfs_off_t le [all...] |
H A D | xfs_reflink.h | 31 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, 32 xfs_off_t count); 37 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset, 38 xfs_off_t count, bool cancel_real); 39 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset, 40 xfs_off_t count); 49 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset, 50 xfs_off_t len); 57 extern int xfs_reflink_update_dest(struct xfs_inode *dest, xfs_off_t newlen,
|
H A D | xfs_reflink.c | 283 xfs_off_t offset, in xfs_reflink_convert_cow() 284 xfs_off_t count) in xfs_reflink_convert_cow() 540 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 541 xfs_off_t count, in xfs_reflink_cancel_cow_range() 707 xfs_off_t offset, in xfs_reflink_end_cow() 708 xfs_off_t count) in xfs_reflink_end_cow() 920 xfs_off_t newlen, in xfs_reflink_update_dest() 994 xfs_off_t new_isize) in xfs_reflink_remap_extent() 999 xfs_off_t newlen; in xfs_reflink_remap_extent() 1134 newlen = min_t(xfs_off_t, newle in xfs_reflink_remap_extent() [all...] |
H A D | xfs_iomap.h | 16 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
H A D | xfs_bmap_util.c | 58 xfs_off_t count_fsb) in xfs_zero_extent() 718 xfs_off_t offset, in xfs_alloc_file_space() 719 xfs_off_t len, in xfs_alloc_file_space() 723 xfs_off_t count; in xfs_alloc_file_space() 904 xfs_off_t offset, in xfs_flush_unmap_range() 905 xfs_off_t len) in xfs_flush_unmap_range() 909 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 912 rounding = max_t(xfs_off_t, 1 << mp->m_sb.sb_blocklog, PAGE_SIZE); in xfs_flush_unmap_range() 926 xfs_off_t offset, in xfs_free_file_space() 927 xfs_off_t le in xfs_free_file_space() [all...] |
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_ioctl32.h | 106 xfs_off_t sx_offset; /* offset into file */ 107 xfs_off_t sx_length; /* leng from offset */
|
H A D | xfs_aops.c | 49 xfs_off_t offset, in __xfs_setfilesize() 74 xfs_off_t offset, in xfs_setfilesize() 122 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
|
H A D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
H A D | xfs_pnfs.c | 192 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
H A D | xfs_trace.h | 1308 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1348 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1357 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1387 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1427 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1433 __field(xfs_off_t, start) 1434 __field(xfs_off_t, finish) 3110 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t le [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 662 xfs_off_t sx_offset; /* offset into file */ 663 xfs_off_t sx_length; /* leng from offset */
|
H A D | xfs_bmap.h | 237 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
|
H A D | xfs_da_format.h | 179 typedef xfs_off_t xfs_dir2_off_t;
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 659 xfs_off_t sx_offset; /* offset into file */ 660 xfs_off_t sx_length; /* leng from offset */
|
H A D | xfs_bmap.h | 221 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
|