|
NAMEVOP_BMAP —
Logical to physical block number conversion
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
int
DESCRIPTIONThis vnode call is used to lookup the physical block number of the file system's underlying device where a given logical block of a file is stored. Its arguments are:
Any of the return arguments may be LOCKSThe vnode will be locked on entry and should remain locked on return.RETURN VALUESZero is returned on success, otherwise an error code is returned.SEE ALSOvnode(9)HISTORYAbmap () function first appeared in
4.2BSD.
AUTHORSThis manual page was written by Alan Somers.
Visit the GSP FreeBSD Man Page Interface. |