suse man page for typedef_handle_t

Query: typedef_handle_t

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TYPEDEF
HANDLE_T(9) The Linux Journalling API TYPEDEF HANDLE_T(9)
NAME
typedef_handle_t - The handle_t type represents a single atomic update being performed by some process.
SYNOPSIS
typedef handle_t;
DESCRIPTION
All filesystem modifications made by the process go through this handle. Recursive operations (such as quota operations) are gathered into a single update. The buffer credits field is used to account for journaled buffers being modified by the running process. To ensure that there is enough log space for all outstanding operations, we need to limit the number of outstanding buffers possible at any time. When the operation completes, any buffer credits not used are credited back to the transaction, so that at all times we know how many buffers the outstanding updates on a transaction might possibly touch. This is an opaque datatype.
AUTHORS
Roger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.
COPYRIGHT
Kernel Hackers Manual July 2010 TYPEDEF HANDLE_T(9)
Related Man Pages
gldrawbuffer(3g) - mojave
journal_try_to_free_buffers(9) - centos
gldrawbuffer(3g) - redhat
gldrawbuffer(3g) - debian
nbuf(4) - ultrix
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
SOCKS proxy &amp; PAM configuration exposure
Docker learning Phase-I