Lines Matching refs:xfs_off_t
58 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);
79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset,
80 xfs_off_t len);