/linux-4.19.296/fs/xfs/ |
D | xfs_bmap_util.h | 58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len, int alloc_type); 60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 61 xfs_off_t len); 62 int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset, 63 xfs_off_t len); 64 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 65 xfs_off_t len); 66 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 67 xfs_off_t len); [all …]
|
D | xfs_reflink.h | 19 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, 20 xfs_off_t count); 25 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset, 26 xfs_off_t count, bool cancel_real); 27 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset, 28 xfs_off_t count); 36 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset, 37 xfs_off_t len);
|
D | xfs_iomap.h | 14 int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t, 16 int xfs_iomap_write_allocate(struct xfs_inode *, int, xfs_off_t, 18 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
D | xfs_aops.h | 39 xfs_off_t io_offset; /* offset in the file */ 49 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
|
D | xfs_reflink.c | 336 xfs_off_t offset, in xfs_reflink_convert_cow() 337 xfs_off_t count) in xfs_reflink_convert_cow() 582 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 583 xfs_off_t count, in xfs_reflink_cancel_cow_range() 634 xfs_off_t offset, in xfs_reflink_end_cow() 635 xfs_off_t count) in xfs_reflink_end_cow() 923 xfs_off_t newlen, in xfs_reflink_update_dest() 1003 xfs_off_t new_isize) in xfs_reflink_remap_extent() 1012 xfs_off_t newlen; in xfs_reflink_remap_extent() 1095 newlen = min_t(xfs_off_t, newlen, new_isize); in xfs_reflink_remap_extent() [all …]
|
D | xfs_bmap_util.c | 63 xfs_off_t count_fsb) in xfs_zero_extent() 862 xfs_off_t offset, in xfs_alloc_file_space() 863 xfs_off_t len, in xfs_alloc_file_space() 867 xfs_off_t count; in xfs_alloc_file_space() 1086 xfs_off_t offset, in xfs_flush_unmap_range() 1087 xfs_off_t len) in xfs_flush_unmap_range() 1091 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 1097 rounding = max_t(xfs_off_t, 1 << mp->m_sb.sb_blocklog, PAGE_SIZE); in xfs_flush_unmap_range() 1111 xfs_off_t offset, in xfs_free_file_space() 1112 xfs_off_t len) in xfs_free_file_space() [all …]
|
D | xfs_ioctl32.h | 106 xfs_off_t sx_offset; /* offset into file */ 107 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_aops.c | 167 xfs_off_t offset, in __xfs_setfilesize() 192 xfs_off_t offset, in xfs_setfilesize() 241 xfs_off_t offset = ioend->io_offset; in xfs_end_io() 537 xfs_off_t offset, in xfs_alloc_ioend() 594 xfs_off_t offset, in xfs_add_to_ioend() 858 end_offset = (xfs_off_t)(page->index + 1) << PAGE_SHIFT; in xfs_do_writepage()
|
D | xfs_iomap.c | 146 xfs_off_t offset, in xfs_iomap_write_direct() 579 xfs_off_t end_offset; in xfs_file_iomap_begin_delay() 653 xfs_off_t offset, in xfs_iomap_write_allocate() 808 xfs_off_t offset, in xfs_iomap_write_unwritten() 809 xfs_off_t count, in xfs_iomap_write_unwritten()
|
D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
D | xfs_pnfs.c | 202 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
D | xfs_trace.h | 1209 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1249 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1258 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1288 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1328 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1334 __field(xfs_off_t, start) 1335 __field(xfs_off_t, finish) 2968 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 2969 struct xfs_inode *dest, xfs_off_t doffset), 3012 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \ [all …]
|
D | xfs_mount.h | 433 xfs_off_t count_fsb);
|
D | xfs_dir2_readdir.c | 149 xfs_off_t cook; in xfs_dir2_block_getdents()
|
D | xfs_buf.c | 361 xfs_off_t start, end; in xfs_buf_allocate_memory() 593 ASSERT(!(BBTOB(cmap.bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_find()
|
D | xfs_iops.c | 842 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_fs.h | 453 xfs_off_t sx_offset; /* offset into file */ 454 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_da_format.h | 192 typedef xfs_off_t xfs_dir2_off_t;
|