Linux Kernel
3.7.1
|
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_t * | xfs_qm_qoff_logitem_init (struct xfs_mount *, struct xfs_qoff_logitem *, uint) |
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 *) |
typedef struct xfs_dq_logitem xfs_dq_logitem_t |
typedef struct xfs_qoff_logitem xfs_qoff_logitem_t |
Definition at line 253 of file xfs_dquot_item.c.
|
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 * | |||
) |