Searched refs:fofs (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_user_sdma.c | 678 unsigned long fofs = addr & ~PAGE_MASK; in qib_user_sdma_pin_pages() local 679 int flen = ((fofs + tlen) > PAGE_SIZE) ? in qib_user_sdma_pin_pages() 680 (PAGE_SIZE - fofs) : tlen; in qib_user_sdma_pin_pages() 683 pages[i], 1, fofs, flen, NULL); in qib_user_sdma_pin_pages()
|
/linux/include/trace/events/ |
H A D | f2fs.h | 1716 __field(unsigned int, fofs) 1725 __entry->fofs = ei->fofs; 1731 "read_ext_info(fofs: %u, len: %u, blk: %u)", 1734 __entry->fofs, 1752 __field(unsigned int, fofs) 1762 __entry->fofs = ei->fofs; 1769 "age_ext_info(fofs: %u, len: %u, age: %llu, blocks: %llu)", 1772 __entry->fofs, [all...] |