Home
last modified time | relevance | path

Searched refs:xfs_off_t (Results 1 – 17 of 17) sorted by relevance

/linux/fs/xfs/
H A Dxfs_bmap_util.h35 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 …]
H A Dxfs_reflink.h36 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 Dxfs_reflink.c338 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()
996 xfs_off_t offset, in xfs_reflink_end_atomic_cow()
997 xfs_off_t count) in xfs_reflink_end_atomic_cow()
1234 xfs_off_t newlen, in xfs_reflink_update_dest()
1316 xfs_off_t new_isize) in xfs_reflink_remap_extent()
[all …]
H A Dxfs_zone_alloc.h36 int xfs_zoned_end_io(struct xfs_inode *ip, xfs_off_t offset, xfs_off_t count,
H A Dxfs_iomap.h18 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
H A Dxfs_bmap_util.c57 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()
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()
821 xfs_off_t rounding, start, end; in xfs_flush_unmap_range()
829 rounding = max_t(xfs_off_t, xfs_inode_alloc_unitsize(ip), PAGE_SIZE); in xfs_flush_unmap_range()
[all …]
H A Dxfs_ioctl32.h104 xfs_off_t sx_offset; /* offset into file */
105 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_aops.h12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
H A Dxfs_linux.h16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
H A Dxfs_aops.c53 xfs_off_t offset, in xfs_setfilesize()
112 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
H A Dxfs_zone_alloc.c320 xfs_off_t offset, in xfs_zoned_end_io()
321 xfs_off_t count, in xfs_zoned_end_io()
H A Dxfs_mount.h787 xfs_off_t count_fsb);
H A Dxfs_iomap.c612 xfs_off_t offset, in xfs_iomap_write_unwritten()
613 xfs_off_t count, in xfs_iomap_write_unwritten()
1952 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
H A Dxfs_iops.c917 xfs_off_t oldsize, newsize; in xfs_setattr_size()
H A Dxfs_buf.c392 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_map_verify()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h684 xfs_off_t sx_offset; /* offset into file */
685 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_bmap.c4358 xfs_off_t offset, in xfs_bmapi_convert_one_delalloc()