Home
last modified time | relevance | path

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

/sys/include/
Dsga.h20 int SGArray_Append(SGArray *sga, uint64_t off, uint64_t len);
/sys/kern/
Dsga.c18 SGArray_Append(SGArray *sga, uint64_t off, uint64_t len) in SGArray_Append() function
Dbufcache.c252 SGArray_Append(&sga, diskOffset, BLOCKSIZE); in BufCache_Read()
279 SGArray_Append(&sga, entry->diskOffset, BLOCKSIZE); in BufCache_Write()