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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c2764 * buf_strategy knows how to deal
2821 error = buf_strategy(VTOHFS(vp)->hfs_devvp, ap);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1104 * in buf_strategy before we got called
1191 buf_strategy(vnode_t devvp, void *ap) function
1206 panic("buf_strategy: b_vp == NULL || vtype == VCHR | VBLK\n");

Completed in 34 milliseconds