Searched refs:req_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_page.h134 loff_t req_offset(struct nfs_page *req) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dread.c153 (long long)req_offset(req));
188 data->args.offset = req_offset(req) + offset;
H A Dwrite.c818 data->args.offset = req_offset(req) + offset;
1000 data->req->wb_bytes, (long long)req_offset(data->req));
1088 (long long)req_offset(req));
1349 (long long)req_offset(req));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptbase.c854 int req_offset; local
861 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
863 req_idx = req_offset / ioc->req_sz;
906 int req_offset; local
911 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
913 req_idx = req_offset / ioc->req_sz;
919 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx];
942 int req_offset; local
947 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
948 req_idx = req_offset / io
[all...]

Completed in 259 milliseconds