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

/linux-master/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 le
[all...]
H A Dxfs_aops.h12 int xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
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.c287 xfs_off_t offset,
288 xfs_off_t count)
663 xfs_off_t offset,
664 xfs_off_t count,
863 xfs_off_t offset,
864 xfs_off_t count)
1082 xfs_off_t newlen,
1156 xfs_off_t new_isize)
1161 xfs_off_t newlen;
1330 newlen = min_t(xfs_off_t, newle
[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_bmap_util.c59 xfs_off_t count_fsb)
446 xfs_off_t start_byte,
447 xfs_off_t end_byte)
631 xfs_off_t offset,
632 xfs_off_t len)
635 xfs_off_t count;
803 xfs_off_t offset,
804 xfs_off_t len)
808 xfs_off_t rounding, start, end;
811 rounding = max_t(xfs_off_t, m
[all...]
H A Dxfs_aops.c50 xfs_off_t offset,
88 xfs_off_t offset = ioend->io_offset;
H A Dxfs_pnfs.c228 xfs_off_t isize)
H A Dxfs_linux.h16 typedef __s64 xfs_off_t; /* <file offset> type */ typedef
H A Dxfs_iomap.c555 xfs_off_t offset,
556 xfs_off_t count,
1111 xfs_off_t end_offset;
H A Dxfs_dir2_readdir.c149 xfs_off_t cook;
H A Dxfs_mount.h562 xfs_off_t count_fsb);
H A Dxfs_trace.h1451 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1491 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1500 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1530 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1571 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1577 __field(xfs_off_t, start)
1578 __field(xfs_off_t, finish)
3481 TP_PROTO(struct xfs_inode *src, xfs_off_t soffset, xfs_off_t le
[all...]
H A Dxfs_iops.c793 xfs_off_t oldsize, newsize;
H A Dxfs_buf.c539 ASSERT(!(BBTOB(map->bm_bn) & (xfs_off_t)btp->bt_meta_sectormask));
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.h220 xfs_off_t offset, struct iomap *iomap, unsigned int *seq);
H A Dxfs_fs.h662 xfs_off_t sx_offset; /* offset into file */
663 xfs_off_t sx_length; /* leng from offset */
H A Dxfs_da_format.h190 typedef xfs_off_t xfs_dir2_off_t;
H A Dxfs_bmap.c4606 xfs_off_t offset,

Completed in 218 milliseconds