![]() |
![]()
| ![]() |
![]()
NAMEVOP_REALLOCBLKS —
rearrange blocks in a file to be contiguous
SYNOPSIS#include
<sys/param.h>
#include
<sys/vnode.h>
int
VOP_REALLOCBLKS (struct
vnode *vp,
struct cluster_save
*buflist);
DESCRIPTIONThe arguments are:
RETURN VALUESZero is returned on success, otherwise an error is returned.SEE ALSObuf(9), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
|