HANDLE_S
Section: (9)
Updated: 07 August 2003
Index
Return to Main Contents
NAME
struct handle_s - The handle_s type is the concrete type associated with
SYNOPSIS
struct handle_s {
transaction_t * h_transaction;
int h_buffer_credits;
int h_ref;
int h_err;
};
MEMBERS
- h_transaction
-
Which compound transaction is this update a part of?
- h_buffer_credits
-
Number of remaining buffers we are allowed to dirty.
- h_ref
-
Reference count on this handle
- h_err
-
Field for caller's use to track errors through large fs operations
DESCRIPTION
handle_t.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- MEMBERS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:53:38 GMT, April 09, 2004