The OpenNET Project / Index page

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

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

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

falloc.h (3)
  • >> falloc.h (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    rpmdb/falloc.h - File space allocation routines. 
     
    

    SYNOPSIS


     

    Functions


    long int fadGetFileSize (FD_t fd)

    void fadSetFileSize (FD_t fd, long int fileSize)

    unsigned int fadGetFirstFree (FD_t fd)

    void fadSetFirstFree (FD_t fd, unsigned int firstFree)

    FD_t fadOpen (const char *path, int flags, mode_t perms)

    unsigned int fadAlloc (FD_t fd, unsigned int size)

    void fadFree (FD_t fd, unsigned int offset)

    int fadFirstOffset (FD_t fd)

    int fadNextOffset (FD_t fd, unsigned int lastoff)
     

    DETAILED DESCRIPTION

    File space allocation routines.


      Best fit allocation is used, free blocks are compacted. Minimal fragmentation is more important then speed. This uses 32 bit offsets on all platforms and should be byte order independent.

    Definition in file falloc.h.  

    FUNCTION DOCUMENTATION

     

    long int fadGetFileSize (FD_t fd) [inline, static]

    Definition at line 19 of file falloc.h.

    Referenced by doGetRecord(), fadAlloc(), fadNextOffset(), and fadOpen().  

    unsigned int fadGetFirstFree (FD_t fd) [inline, static]

    Definition at line 29 of file falloc.h.

    Referenced by fadAlloc(), and fadFree().  

    void fadSetFileSize (FD_t fd, long int fileSize) [inline, static]

    Definition at line 23 of file falloc.h.

    Referenced by fadAlloc(), and fadOpen().  

    void fadSetFirstFree (FD_t fd, unsigned int firstFree) [inline, static]

    Definition at line 33 of file falloc.h.

    Referenced by fadAlloc(), fadFree(), and fadOpen().  

    AUTHOR

    Generated automatically by Doxygen for rpm from the source code.


     

    Index

    NAME
    SYNOPSIS
    Functions
    DETAILED DESCRIPTION
    FUNCTION DOCUMENTATION
    long int fadGetFileSize (FD_t fd) [inline, static]
    unsigned int fadGetFirstFree (FD_t fd) [inline, static]
    void fadSetFileSize (FD_t fd, long int fileSize) [inline, static]
    void fadSetFirstFree (FD_t fd, unsigned int firstFree) [inline, static]
    AUTHOR


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




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

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