logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VOP_REALLOCBLKS — rearrange blocks in a file to be contiguous

Authors

       This manual page was written by Doug Rabson.

Debian                                            July 24, 1996                               VOP_REALLOCBLKS(9)

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);

See Also