Searched refs:xfs_off_t (Results 1 – 20 of 20) sorted by relevance
/linux/fs/xfs/ |
A D | xfs_bmap_util.h | 56 int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, 57 xfs_off_t len, int alloc_type); 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);
|
A D | xfs_reflink.h | 30 extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, 31 xfs_off_t count); 36 extern int xfs_reflink_cancel_cow_range(struct xfs_inode *ip, xfs_off_t offset, 37 xfs_off_t count, bool cancel_real); 38 extern int xfs_reflink_end_cow(struct xfs_inode *ip, xfs_off_t offset, 39 xfs_off_t count); 48 extern int xfs_reflink_unshare(struct xfs_inode *ip, xfs_off_t offset, 49 xfs_off_t len); 56 extern int xfs_reflink_update_dest(struct xfs_inode *dest, xfs_off_t newlen,
|
A D | xfs_reflink.c | 283 xfs_off_t offset, in xfs_reflink_convert_cow() 284 xfs_off_t count) in xfs_reflink_convert_cow() 527 xfs_off_t offset, in xfs_reflink_cancel_cow_range() 528 xfs_off_t count, in xfs_reflink_cancel_cow_range() 699 xfs_off_t offset, in xfs_reflink_end_cow() 700 xfs_off_t count) in xfs_reflink_end_cow() 915 xfs_off_t newlen, in xfs_reflink_update_dest() 989 xfs_off_t new_isize) in xfs_reflink_remap_extent() 994 xfs_off_t newlen; in xfs_reflink_remap_extent() 1510 xfs_off_t offset, in xfs_reflink_unshare() [all …]
|
A D | xfs_iomap.h | 16 int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool);
|
A D | xfs_bmap_util.c | 58 xfs_off_t count_fsb) in xfs_zero_extent() 773 xfs_off_t offset, in xfs_alloc_file_space() 774 xfs_off_t len, in xfs_alloc_file_space() 778 xfs_off_t count; in xfs_alloc_file_space() 940 xfs_off_t offset, in xfs_flush_unmap_range() 941 xfs_off_t len) in xfs_flush_unmap_range() 945 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() 962 xfs_off_t offset, in xfs_free_file_space() 963 xfs_off_t len) in xfs_free_file_space() 1098 xfs_off_t offset, in xfs_collapse_file_space() [all …]
|
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_aops.c | 48 xfs_off_t offset, in xfs_setfilesize() 86 xfs_off_t offset = ioend->io_offset; in xfs_end_ioend()
|
A D | xfs_linux.h | 16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
|
A D | xfs_trace.h | 1449 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, 1489 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \ 1498 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), 1528 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \ 1568 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1574 __field(xfs_off_t, start) 1575 __field(xfs_off_t, finish) 3253 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, 3254 struct xfs_inode *dest, xfs_off_t doffset), 3297 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t len, \ [all …]
|
A D | xfs_pnfs.c | 190 xfs_off_t isize) in xfs_pnfs_validate_isize()
|
A D | xfs_iomap.c | 495 xfs_off_t offset, in xfs_iomap_write_unwritten() 496 xfs_off_t count, in xfs_iomap_write_unwritten() 1004 xfs_off_t end_offset; in xfs_buffered_write_iomap_begin()
|
A D | xfs_mount.h | 496 xfs_off_t count_fsb);
|
A D | xfs_dir2_readdir.c | 147 xfs_off_t cook; in xfs_dir2_block_getdents()
|
A D | xfs_iops.c | 861 xfs_off_t oldsize, newsize; in xfs_setattr_size()
|
A D | xfs_buf.c | 545 ASSERT(!(BBTOB(cmap.bm_bn) & (xfs_off_t)btp->bt_meta_sectormask)); in xfs_buf_find()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_fs.h | 665 xfs_off_t sx_offset; /* offset into file */ 666 xfs_off_t sx_length; /* leng from offset */
|
A D | xfs_bmap.h | 218 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
|
A D | xfs_da_format.h | 179 typedef xfs_off_t xfs_dir2_off_t;
|
A D | xfs_bmap.c | 4504 xfs_off_t offset, in xfs_bmapi_convert_delalloc()
|
Completed in 50 milliseconds