Home
last modified time | relevance | path

Searched refs:io_start (Results 1 – 6 of 6) sorted by relevance

/fs/nfs/
A Ddirect.c107 loff_t hdr_end = hdr->io_start + hdr->good_bytes; in nfs_direct_count_bytes()
110 if (hdr_end > dreq->io_start) in nfs_direct_count_bytes()
111 dreq_len = hdr_end - dreq->io_start; in nfs_direct_count_bytes()
126 size_t req_start = (size_t)(offs - dreq->io_start); in nfs_direct_truncate_request()
223 loff_t start = offset - dreq->io_start; in nfs_dreq_bytes_left()
460 dreq->io_start = iocb->ki_pos; in nfs_file_direct_read()
783 nfs_direct_file_adjust_size_locked(inode, dreq->io_start, dreq->count); in nfs_direct_write_completion()
1025 dreq->io_start = pos; in nfs_file_direct_write()
A Dpagelist.c105 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init()
121 unsigned int new = pos - hdr->io_start; in nfs_set_pgio_error()
1393 nfs_set_pgio_error(hdr, err, hdr->io_start); in nfs_pageio_resend()
A Dread.c275 unsigned int new = pos - hdr->io_start; in nfs_readpage_result()
A Dinternal.h973 loff_t io_start; /* Start offset for I/O */ member
A Dnfstrace.h1569 __entry->offset = dreq->io_start;
/fs/btrfs/
A Dinode.c1818 u64 io_start; in can_nocow_file_extent() local
1893 io_start = args->file_extent.disk_bytenr + args->file_extent.offset; in can_nocow_file_extent()
1900 csum_root = btrfs_csum_root(root->fs_info, io_start); in can_nocow_file_extent()
1901 ret = btrfs_lookup_csums_list(csum_root, io_start, in can_nocow_file_extent()
1902 io_start + args->file_extent.num_bytes - 1, in can_nocow_file_extent()

Completed in 36 milliseconds