Searched refs:buf_clone (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/bsd/sys/ |
| H A D | buf.h | 676 buf_t buf_clone(buf_t bp, int io_offset, int io_size, void (*iodone)(buf_t, void *), void *arg);
|
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_bio.c | 809 buf_clone(buf_t bp, int io_offset, int io_size, void (*iodone)(buf_t, void *), void *arg) in buf_clone() function
|