Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
xfs_dquot_item.h File Reference

Go to the source code of this file.

Data Structures

struct  xfs_dq_logitem
 
struct  xfs_qoff_logitem
 

Typedefs

typedef struct xfs_dq_logitem xfs_dq_logitem_t
 
typedef struct xfs_qoff_logitem xfs_qoff_logitem_t
 

Functions

void xfs_qm_dquot_logitem_init (struct xfs_dquot *)
 
xfs_qoff_logitem_txfs_qm_qoff_logitem_init (struct xfs_mount *, struct xfs_qoff_logitem *, uint)
 
xfs_qoff_logitem_txfs_trans_get_qoff_item (struct xfs_trans *, struct xfs_qoff_logitem *, uint)
 
void xfs_trans_log_quotaoff_item (struct xfs_trans *, struct xfs_qoff_logitem *)
 

Typedef Documentation

Function Documentation

void xfs_qm_dquot_logitem_init ( struct xfs_dquot )

Definition at line 253 of file xfs_dquot_item.c.

xfs_qoff_logitem_t* xfs_qm_qoff_logitem_init ( struct xfs_mount *  ,
struct xfs_qoff_logitem ,
uint   
)
read

Definition at line 442 of file xfs_dquot_item.c.

xfs_qoff_logitem_t* xfs_trans_get_qoff_item ( struct xfs_trans *  ,
struct xfs_qoff_logitem ,
uint   
)
void xfs_trans_log_quotaoff_item ( struct xfs_trans *  ,
struct xfs_qoff_logitem  
)