VOP_REALLOCBLKS — rearrange blocks in a file to be contiguous
Contents
Description
The arguments are:
vp The file to manipulate.
buflist A list of buffers to rearrange.
This seems to be part of a work in progress.
Name
VOP_REALLOCBLKS — rearrange blocks in a file to be contiguous
Return Values
Zero is returned on success, otherwise an error is returned.
See Also
buf(9), vnode(9)
Synopsis
#include<sys/param.h>#include<sys/vnode.h>intVOP_REALLOCBLKS(structvnode*vp, structcluster_save*buflist);
