Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.h34 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 len);
79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset,
[all …]
H A Dxfs_reflink.h27 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 Dxfs_iomap.h17 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
H A Dxfs_reflink.c286 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()
1689 xfs_off_t offset, in xfs_reflink_unshare()
[all …]
H A Dxfs_bmap_util.c58 xfs_off_t count_fsb) in xfs_zero_extent()
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()
972 xfs_off_t offset, in xfs_free_file_space()
973 xfs_off_t len) in xfs_free_file_space()
1107 xfs_off_t offset, in xfs_collapse_file_space()
[all …]
H A Dxfs_aops.h12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
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_linux.h16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
H A Dxfs_aops.c50 xfs_off_t offset, in xfs_setfilesize()
88 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
H A Dxfs_pnfs.c228 xfs_off_t isize) in xfs_pnfs_validate_isize()
H A Dxfs_trace.h1444 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1484 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1493 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1523 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1564 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1570 __field(xfs_off_t, start)
1571 __field(xfs_off_t, finish)
3309 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len,
3310 struct xfs_inode *dest, xfs_off_t doffset),
3353 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \
[all …]
H A Dxfs_iomap.c549 xfs_off_t offset, in xfs_iomap_write_unwritten()
550 xfs_off_t count, in xfs_iomap_write_unwritten()
1102 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
H A Dxfs_mount.h560 xfs_off_t count_fsb);
H A Dxfs_dir2_readdir.c148 xfs_off_t cook; in xfs_dir2_block_getdents()
H A Dxfs_iops.c793 xfs_off_t oldsize, newsize; in xfs_setattr_size()
H A Dxfs_buf.c525 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_map_verify()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h659 xfs_off_t sx_offset; /* offset into file */
660 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_bmap.h221 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
H A Dxfs_da_format.h179 typedef xfs_off_t xfs_dir2_off_t;
H A Dxfs_bmap.c4508 xfs_off_t offset, in xfs_bmapi_convert_delalloc()