Query: lfs_segclean
OS: netbsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LFS_SEGCLEAN(2) BSD System Calls Manual LFS_SEGCLEAN(2)NAMElfs_segclean -- mark a segment cleanLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/types.h> int lfs_segclean(fsid_t *fsidp, u_long segment);DESCRIPTIONlfs_segclean() marks segment number segment in LFS filesystem *fsidp "clean" or available for writing.RETURN VALUESlfs_segclean() returns 0 on success, or -1 on error.ERRORSAn error return from lfs_segclean() indicates: [EFAULT] fsidp points outside the process's allocated address space. [EINVAL] *fsidp does not specify a valid filesystem. [EBUSY] segment is marked SU_ACTIVE, meaning that it does not yet belong to a valid checkpoint.SEE ALSOlfs_bmapv(2), lfs_markv(2), lfs_segwait(2), lfs_cleanerd(8)HISTORYThe lfs_segclean() function call appeared in 4.4BSD.BSDMay 23, 2000 BSD
Related Man Pages |
---|
shmat(2) - opendarwin |
shmdt(2) - netbsd |
dumplfs(8) - netbsd |
lfs_cleanerd(8) - netbsd |
shmat(2) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Better to Use Return Code or wc -l Output? |
NetBSD 6.1.2: apm and admd not found |
RFC - Korn shell prompt |