Home
last modified time | relevance | path

Searched refs:offset_in_page (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.c29 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
114 sg[0].offset = offset_in_page (p); in test_hash()
151 sg[k].offset = offset_in_page (p); in test_hash()
208 sg[0].offset = offset_in_page(p); in test_hmac()
239 sg[k].offset = offset_in_page (p); in test_hmac()
326 sg[0].offset = offset_in_page(p); in test_cipher()
384 sg[k].offset = offset_in_page (p); in test_cipher()
/linux-2.4.37.9/include/linux/
Dlibata-compat.h24 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
156 sg->offset = offset_in_page(buf); in sg_set_buf()
/linux-2.4.37.9/drivers/scsi/
Dlibata-core.c2698 psg->offset = offset_in_page(offset); in ata_sg_setup()