Lines Matching defs:ops
1303 const struct iomap_ops *ops)
1313 while ((ret = iomap_iter(&iter, ops)) > 0)
1390 const struct iomap_ops *ops)
1400 while ((ret = iomap_iter(&iter, ops)) > 0)
1407 const struct iomap_ops *ops)
1415 return dax_zero_range(inode, pos, blocksize - off, did_zero, ops);
1541 * @ops: iomap ops passed from the file system
1549 const struct iomap_ops *ops)
1573 while ((ret = iomap_iter(&iomi, ops)) > 0)
1698 int *iomap_errp, const struct iomap_ops *ops)
1743 while ((error = iomap_iter(&iter, ops)) > 0) {
1808 const struct iomap_ops *ops)
1866 while (iomap_iter(&iter, ops) > 0) {
1888 const struct iomap_ops *ops)
1900 * @ops: Iomap ops passed from the file system
1908 pfn_t *pfnp, int *iomap_errp, const struct iomap_ops *ops)
1911 return dax_iomap_pte_fault(vmf, pfnp, iomap_errp, ops);
1913 return dax_iomap_pmd_fault(vmf, pfnp, ops);
2032 const struct iomap_ops *ops)
2048 while ((ret = iomap_iter(&src_iter, ops)) > 0 &&
2049 (ret = iomap_iter(&dst_iter, ops)) > 0) {
2062 const struct iomap_ops *ops)
2065 pos_out, len, remap_flags, ops);