The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

vcount (9)
  • >> vcount (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    vcount
    
     
    count_dev
    
     - get total number of references to a device
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/time.h>
       #include <sys/conf.h>
       #include <sys/vnode.h>
    int vcount (struct vnode *vp);
    int count_dev (dev_t dev);
     

    DESCRIPTION

    vcount ();
    is used to get the number of references to a particular device. It allows for the fact that multiple vnodes may reference the same device. count_dev ();
    does the same thing as vcount (,);
    but takes a Vt dev_t rather than a Vt struct vnode pointer as an argument.  

    RETURN VALUES

    vcount ();
    and count_dev ();
    both return the number of references to the device.  

    SEE ALSO

    VFS(9), vnode(9)  

    AUTHORS

    This manual page was written by An Andrew Stevenson .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру