/Linux-v6.1/fs/xfs/ |
D | xfs_bmap_util.h | 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 len); 79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, 80 xfs_off_t len);
|
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,
|
D | xfs_iomap.h | 17 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
D | xfs_reflink.c | 286 xfs_off_t offset, in xfs_reflink_convert_cow() 287 xfs_off_t count) in xfs_reflink_convert_cow() 661 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 662 xfs_off_t count, in xfs_reflink_cancel_cow_range() 860 xfs_off_t offset, in xfs_reflink_end_cow() 861 xfs_off_t count) in xfs_reflink_end_cow() 1079 xfs_off_t newlen, in xfs_reflink_update_dest() 1153 xfs_off_t new_isize) in xfs_reflink_remap_extent() 1158 xfs_off_t newlen; in xfs_reflink_remap_extent() 1325 newlen = min_t(xfs_off_t, newlen, new_isize); in xfs_reflink_remap_extent() [all …]
|
D | xfs_bmap_util.c | 58 xfs_off_t count_fsb) in xfs_zero_extent() 776 xfs_off_t offset, in xfs_alloc_file_space() 777 xfs_off_t len) in xfs_alloc_file_space() 780 xfs_off_t count; in xfs_alloc_file_space() 946 xfs_off_t offset, in xfs_flush_unmap_range() 947 xfs_off_t len) in xfs_flush_unmap_range() 951 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 954 rounding = max_t(xfs_off_t, mp->m_sb.sb_blocksize, PAGE_SIZE); in xfs_flush_unmap_range() 968 xfs_off_t offset, in xfs_free_file_space() 969 xfs_off_t len) in xfs_free_file_space() [all …]
|
D | xfs_ioctl32.h | 104 xfs_off_t sx_offset; /* offset into file */ 105 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_aops.h | 12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
|
D | xfs_aops.c | 48 xfs_off_t offset, in xfs_setfilesize() 86 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
|
D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
D | xfs_pnfs.c | 226 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
D | xfs_trace.h | 1443 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1483 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1492 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1522 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1562 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1568 __field(xfs_off_t, start) 1569 __field(xfs_off_t, finish) 3274 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 3275 struct xfs_inode *dest, xfs_off_t doffset), 3318 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \ [all …]
|
D | xfs_iomap.c | 504 xfs_off_t offset, in xfs_iomap_write_unwritten() 505 xfs_off_t count, in xfs_iomap_write_unwritten() 1048 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
|
D | xfs_mount.h | 542 xfs_off_t count_fsb);
|
D | xfs_dir2_readdir.c | 148 xfs_off_t cook; in xfs_dir2_block_getdents()
|
D | xfs_iops.c | 787 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
D | xfs_buf.c | 525 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_map_verify()
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 657 xfs_off_t sx_offset; /* offset into file */ 658 xfs_off_t sx_length; /* leng from offset */
|
D | xfs_bmap.h | 218 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
|
D | xfs_da_format.h | 179 typedef xfs_off_t xfs_dir2_off_t;
|
D | xfs_bmap.c | 4502 xfs_off_t offset, in xfs_bmapi_convert_delalloc()
|