Lines Matching refs:loff_t
73 static void dax_new_buf(void *addr, unsigned size, unsigned first, loff_t pos, in dax_new_buf()
74 loff_t end) in dax_new_buf()
76 loff_t final = end - pos + first; /* The final byte of the buffer */ in dax_new_buf()
102 loff_t start, loff_t end, get_block_t get_block, in dax_io()
106 loff_t pos = start; in dax_io()
107 loff_t max = start; in dax_io()
108 loff_t bh_max = start; in dax_io()
192 struct iov_iter *iter, loff_t pos, get_block_t get_block, in dax_do_io()
197 loff_t end = pos + iov_iter_count(iter); in dax_do_io()
509 int dax_zero_page_range(struct inode *inode, loff_t from, unsigned length, in dax_zero_page_range()
554 int dax_truncate_page(struct inode *inode, loff_t from, get_block_t get_block) in dax_truncate_page()