Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/fat/bsd/kern/
H A Dvfs_bio.c65 static status_t allocate_data(struct buf* buf, int size);
367 status = allocate_data(newBuf, size); in getblkx()
406 status = allocate_data(newBuf, size); in getblkx()
509 allocate_data(struct buf* buf, int size) in allocate_data() function