| /fs/xfs/ |
| A D | xfs_bmap_util.h | 35 xfs_off_t start_byte, xfs_off_t end_byte, 58 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 59 xfs_off_t len); 60 int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, 61 xfs_off_t len, struct xfs_zone_alloc_ctx *ac); 62 int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, 63 xfs_off_t len, struct xfs_zone_alloc_ctx *ac); 64 int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, 65 xfs_off_t len); 81 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, [all …]
|
| 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 …]
|
| 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() 703 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 704 xfs_off_t count, in xfs_reflink_cancel_cow_range() 935 xfs_off_t offset, in xfs_reflink_end_cow() 936 xfs_off_t count) in xfs_reflink_end_cow() 997 xfs_off_t count) in xfs_reflink_end_atomic_cow() 1234 xfs_off_t newlen, in xfs_reflink_update_dest() 1321 xfs_off_t newlen; in xfs_reflink_remap_extent() 1866 xfs_off_t offset, in xfs_reflink_unshare() [all …]
|
| A D | xfs_bmap_util.c | 57 xfs_off_t count_fsb) in xfs_zero_extent() 440 xfs_off_t end_byte, in xfs_bmap_punch_delalloc_range() 648 xfs_off_t offset, in xfs_alloc_file_space() 649 xfs_off_t len) in xfs_alloc_file_space() 652 xfs_off_t count; in xfs_alloc_file_space() 817 xfs_off_t offset, in xfs_flush_unmap_range() 818 xfs_off_t len) in xfs_flush_unmap_range() 843 xfs_off_t offset, in xfs_free_file_space() 844 xfs_off_t len, in xfs_free_file_space() 987 xfs_off_t offset, in xfs_collapse_file_space() [all …]
|
| A D | xfs_iomap.h | 18 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
| A D | xfs_zone_alloc.h | 36 int xfs_zoned_end_io(struct xfs_inode *ip, xfs_off_t offset, xfs_off_t count,
|
| A D | xfs_ioctl32.h | 104 xfs_off_t sx_offset; /* offset into file */ 105 xfs_off_t sx_length; /* leng from offset */
|
| A D | xfs_aops.h | 12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
|
| A D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
| A D | xfs_aops.c | 53 xfs_off_t offset, in xfs_setfilesize() 112 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
|
| A D | xfs_pnfs.c | 225 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
| A D | xfs_dir2_readdir.c | 149 xfs_off_t cook; in xfs_dir2_block_getdents()
|
| A D | xfs_zone_alloc.c | 286 xfs_off_t offset, in xfs_zoned_end_io() 287 xfs_off_t count, in xfs_zoned_end_io()
|
| A D | xfs_trace.h | 1758 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1763 __field(xfs_off_t, offset) 1780 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1820 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1829 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1859 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 3966 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 3967 struct xfs_inode *dest, xfs_off_t doffset), 4010 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \ 4011 struct xfs_inode *dest, xfs_off_t doffset), \
|
| A D | xfs_iomap.c | 603 xfs_off_t offset, in xfs_iomap_write_unwritten() 604 xfs_off_t count, in xfs_iomap_write_unwritten() 1864 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
|
| A D | xfs_mount.h | 788 xfs_off_t count_fsb);
|
| A D | xfs_iops.c | 919 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
| A D | xfs_buf.c | 394 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_map_verify()
|
| /fs/xfs/libxfs/ |
| A D | xfs_fs.h | 684 xfs_off_t sx_offset; /* offset into file */ 685 xfs_off_t sx_length; /* leng from offset */
|
| A D | xfs_bmap.h | 227 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
|
| A D | xfs_da_format.h | 190 typedef xfs_off_t xfs_dir2_off_t;
|
| A D | xfs_bmap.c | 4367 xfs_off_t offset, in xfs_bmapi_convert_one_delalloc()
|