Searched refs:req_offset (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/soc/rockchip/ |
| A D | pm_domains.c | 47 u32 req_offset; member 870 .req_offset = 0x64, 879 .req_offset = 0x148, 901 .req_offset = 0x0c, 921 .req_offset = 0x40c, 932 .req_offset = 0x10, 947 .req_offset = 0x414, 958 .req_offset = 0x3c, 975 .req_offset = 0x3c, 992 .req_offset = 0x60, [all …]
|
| /linux/fs/nfs/filelayout/ |
| A D | filelayout.c | 807 p_stripe = (u64)req_offset(prev) - segment_offset; in filelayout_pg_test() 808 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test() 817 div_u64_rem((u64)req_offset(req) - segment_offset, in filelayout_pg_test() 947 j = nfs4_fl_calc_j_index(lseg, req_offset(req)); in filelayout_mark_request_commit()
|
| /linux/include/linux/ |
| A D | nfs_page.h | 206 loff_t req_offset(struct nfs_page *req) in req_offset() function
|
| /linux/fs/nfs/ |
| A D | pagelist.c | 67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 709 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup() 1062 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
|
| A D | pnfs.h | 679 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting() 682 req_offset(req), req_last); in pnfs_lseg_request_intersecting()
|
| A D | read.c | 118 (long long)req_offset(req)); in nfs_readpage_release()
|
| A D | write.c | 1734 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb() 1735 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb() 1864 (long long)req_offset(req)); in nfs_commit_release_pages()
|
| A D | pnfs.c | 2690 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read() 2696 req_offset(req), in pnfs_generic_pg_init_read() 2723 req_offset(req), in pnfs_generic_pg_init_write() 2779 req_start = req_offset(req); in pnfs_generic_pg_test()
|
| /linux/drivers/message/fusion/ |
| A D | mptbase.c | 905 int req_offset; in mpt_get_msg_frame() local 912 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame() 914 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame() 957 int req_offset; in mpt_put_msg_frame() local 962 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame() 964 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame() 970 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame() 993 int req_offset; in mpt_put_msg_frame_hi_pri() local 998 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri() 999 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri() [all …]
|
| /linux/fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 811 req_offset(req), in ff_layout_pg_get_read() 899 req_offset(req), in ff_layout_pg_init_write() 958 req_offset(req), in ff_layout_pg_get_mirror_count_write()
|
| /linux/fs/nfs/blocklayout/ |
| A D | blocklayout.c | 836 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
|
Completed in 46 milliseconds