|
NAMEufs_disk_close ,
ufs_disk_fillout ,
ufs_disk_fillout_blank ,
ufs_disk_write —
open and close userland UFS disks
LIBRARYUFS File System Access Library (libufs, -lufs)SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
#include <ufs/ufs/ufsmount.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
#include <libufs.h>
int
int
int
int
DESCRIPTIONTheufs_disk_close () function closes a disk and frees
internal memory related to it. It does not free the disk
structure.
The The ERRORSThe functionufs_disk_close () has no failure points.
The function The The function SEE ALSOopen(2), getfsfile(3), libufs(3), sbread(3)HISTORYThese functions first appeared as part of libufs(3) in FreeBSD 5.0.AUTHORSJuli Mallett <jmallett@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |