*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> cgread (3)              
Title
Content
Arch
Section
 

CGREAD(3)

Contents


NAME    [Toc]    [Back]

     cgread, cgread1 -- read cylinder groups of UFS disks

LIBRARY    [Toc]    [Back]

     UFS File System Access Library (libufs, -lufs)

SYNOPSIS    [Toc]    [Back]

     #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
     cgread(struct uufsd *disk);

     int
     cgread1(struct uufsd *disk, int c);

DESCRIPTION    [Toc]    [Back]

     The cgread() and cgread1() functions provide cylinder group reads for
     libufs(3) consumers.  The cgread1() function reads from one cylinder
     group, specified by c into the d_cg field of a userland UFS disk structure.
  It sets the d_lcg field to the cylinder group number c.

     The cgread() function operates on sequential cylinder groups.  Calling
     the cgread() function is equivalent to calling cgread1 with a cylinder
     group specifier equivalent to the value of the current d_ccg field, and
     then incrementing the d_ccg field.

     Both functions return 0 if there are no more cylinder groups to read, 1
     if there are more cylinder groups, and -1 on error.

ERRORS    [Toc]    [Back]

     The function cgread() may fail and set errno for any of the errors specified
 for the library function bread(3).

     The function cgread1() has semantically identical failure conditions to
     those of cgread().

SEE ALSO    [Toc]    [Back]

      
      
     bread(3), libufs(3)

HISTORY    [Toc]    [Back]

     These functions first appeared as part of libufs(3) in FreeBSD 5.1.

AUTHORS    [Toc]    [Back]

     Juli Mallett <[email protected]>


FreeBSD 5.2.1			 June 04, 2003			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
fdread FreeBSD read floppy disks
lagconfig Tru64 Configures or displays link aggregation groups (or trunk groups)
vxvmconvert HP-UX convert LVM volume groups to VxVM disk groups
glucylinder IRIX draw a cylinder
gluCylinder Tru64 draw a cylinder
tis_read_unlock Tru64 Unlocks a read-write lock that was acquired for read access
pthread_rwlock_rdlock Tru64 Acquires a read-write lock for read access
tis_read_lock Tru64 Acquires a read-write lock for read access
rdconfig OpenBSD configure RAM disks
netgroup Linux specify network groups
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service