vp | A pointer to the vnode whose buffers will be invalidated. |
flags | The only supported flag is V_SAVE and it indicates that dirty buffers should be synced with the disk. |
cred | The user credentials that are used to VOP_FSYNC(9) buffers if V_SAVE is set. |
td | The thread responsible for this call. |
slpflag | The slp flag that will be used in the priority of any sleeps in the function. |
slptimeo | The timeout for any sleeps in the function. |
|