The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    getnewvnode
    
     - get a new vnode
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/vnode.h>
       #include <sys/mount.h>
    int getnewvnode (const char *tag struct mount *mp vop_t **vops struct vnode **vpp);
     

    DESCRIPTION

    The getnewvnode ();
    function initializes a new vnode, assigning it the vnode operations passed in Fa vops . The vnode is either freshly allocated, or taken from the head of the free list depending on the number of vnodes already in the system.

    The arguments to getnewvnode ();
    are:

    Fa tag
    The file system type string. This field should only be referenced for debugging or for userland utilities.
    Fa mp
    The mount point to add the new vnode to.
    Fa vops
    The vnode operations to assign to the new vnode.
    Fa vpp
    Points to the new vnode upon successful completion.

     

    RETURN VALUES

    getnewvnode ();
    returns 0 on success. There are currently no failure conditions - that do not result in a panic.  

    AUTHORS

    This manual page was written by An Chad David Aq davidc@acns.ab.ca .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    AUTHORS


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




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

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