Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.h58 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 …]
Dxfs_reflink.h31 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset,
32 xfs_off_t count);
37 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset,
38 xfs_off_t count, bool cancel_real);
39 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset,
40 xfs_off_t count);
49 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset,
50 xfs_off_t len);
57 extern int xfs_reflink_update_dest(struct xfs_inode *dest, xfs_off_t newlen,
Dxfs_iomap.h14 int xfs_iomap_write_direct(struct xfs_inode *, xfs_off_t, size_t,
16 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
Dxfs_aops.h20 xfs_off_t io_offset; /* offset in the file */
29 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
Dxfs_reflink.c285 xfs_off_t offset, in xfs_reflink_convert_cow()
286 xfs_off_t count) in xfs_reflink_convert_cow()
542 xfs_off_t offset, in xfs_reflink_cancel_cow_range()
543 xfs_off_t count, in xfs_reflink_cancel_cow_range()
709 xfs_off_t offset, in xfs_reflink_end_cow()
710 xfs_off_t count) in xfs_reflink_end_cow()
922 xfs_off_t newlen, in xfs_reflink_update_dest()
998 xfs_off_t new_isize) in xfs_reflink_remap_extent()
1007 xfs_off_t newlen; in xfs_reflink_remap_extent()
1078 newlen = min_t(xfs_off_t, newlen, new_isize); in xfs_reflink_remap_extent()
[all …]
Dxfs_bmap_util.c58 xfs_off_t count_fsb) in xfs_zero_extent()
857 xfs_off_t offset, in xfs_alloc_file_space()
858 xfs_off_t len, in xfs_alloc_file_space()
862 xfs_off_t count; in xfs_alloc_file_space()
1045 xfs_off_t offset, in xfs_flush_unmap_range()
1046 xfs_off_t len) in xfs_flush_unmap_range()
1050 xfs_off_t rounding, start, end; in xfs_flush_unmap_range()
1056 rounding = max_t(xfs_off_t, 1 << mp->m_sb.sb_blocklog, PAGE_SIZE); in xfs_flush_unmap_range()
1070 xfs_off_t offset, in xfs_free_file_space()
1071 xfs_off_t len) in xfs_free_file_space()
[all …]
Dxfs_ioctl32.h106 xfs_off_t sx_offset; /* offset into file */
107 xfs_off_t sx_length; /* leng from offset */
Dxfs_aops.c162 xfs_off_t offset, in __xfs_setfilesize()
187 xfs_off_t offset, in xfs_setfilesize()
235 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
698 xfs_off_t offset, in xfs_alloc_ioend()
757 xfs_off_t offset, in xfs_add_to_ioend()
1029 end_offset = (xfs_off_t)(page->index + 1) << PAGE_SHIFT; in xfs_do_writepage()
Dxfs_linux.h16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
Dxfs_iomap.c170 xfs_off_t offset, in xfs_iomap_write_direct()
667 xfs_off_t end_offset; in xfs_file_iomap_begin_delay()
734 xfs_off_t offset, in xfs_iomap_write_unwritten()
735 xfs_off_t count, in xfs_iomap_write_unwritten()
Dxfs_pnfs.c195 xfs_off_t isize) in xfs_pnfs_validate_isize()
Dxfs_trace.h1227 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1267 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1276 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1306 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1346 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1352 __field(xfs_off_t, start)
1353 __field(xfs_off_t, finish)
2993 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len,
2994 struct xfs_inode *dest, xfs_off_t doffset),
3037 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \
[all …]
Dxfs_mount.h458 xfs_off_t count_fsb);
Dxfs_dir2_readdir.c146 xfs_off_t cook; in xfs_dir2_block_getdents()
Dxfs_buf.c346 xfs_off_t start, end; in xfs_buf_allocate_memory()
589 ASSERT(!(BBTOB(cmap.bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_find()
Dxfs_iops.c832 xfs_off_t oldsize, newsize; in xfs_setattr_size()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_fs.h631 xfs_off_t sx_offset; /* offset into file */
632 xfs_off_t sx_length; /* leng from offset */
Dxfs_da_format.h192 typedef xfs_off_t xfs_dir2_off_t;