Searched refs:buf_strategy (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c281 rvalue = buf_strategy(dvp, ap);
/xnu-2422.115.4/bsd/sys/
H A Dbuf.h525 @discussion In traditional buffer use, this value is NODEV until buf_strategy() is called unless
536 @discussion A buffer's device is set in buf_strategy() (or in buf_getblk() if the file is a device).
545 @function buf_strategy
557 errno_t buf_strategy(vnode_t, void *);
613 buf_strategy() assumes that a buffer is correctly configured to be passed to the device
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c3198 * buf_strategy knows how to deal
3260 error = buf_strategy(VTOHFS(vp)->hfs_devvp, ap);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1120 * in buf_strategy before we got called
1207 buf_strategy(vnode_t devvp, void *ap) function
1222 panic("buf_strategy: b_vp == NULL || vtype == VCHR | VBLK\n");

Completed in 142 milliseconds