|
Linux Kernel
3.7.1
|
#include <xfs_dquot.h>
Data Fields | |
| uint | dq_flags |
| struct list_head | q_lru |
| struct xfs_mount * | q_mount |
| struct xfs_trans * | q_transp |
| uint | q_nrefs |
| xfs_daddr_t | q_blkno |
| int | q_bufoffset |
| xfs_fileoff_t | q_fileoffset |
| struct xfs_dquot * | q_gdquot |
| xfs_disk_dquot_t | q_core |
| xfs_dq_logitem_t | q_logitem |
| xfs_qcnt_t | q_res_bcount |
| xfs_qcnt_t | q_res_icount |
| xfs_qcnt_t | q_res_rtbcount |
| struct mutex | q_qlock |
| struct completion | q_flush |
| atomic_t | q_pincount |
| wait_queue_head_t | q_pinwait |
Definition at line 38 of file xfs_dquot.h.
| uint dq_flags |
Definition at line 39 of file xfs_dquot.h.
| xfs_daddr_t q_blkno |
Definition at line 44 of file xfs_dquot.h.
| int q_bufoffset |
Definition at line 45 of file xfs_dquot.h.
| xfs_disk_dquot_t q_core |
Definition at line 49 of file xfs_dquot.h.
| xfs_fileoff_t q_fileoffset |
Definition at line 46 of file xfs_dquot.h.
| struct completion q_flush |
Definition at line 55 of file xfs_dquot.h.
Definition at line 48 of file xfs_dquot.h.
| xfs_dq_logitem_t q_logitem |
Definition at line 50 of file xfs_dquot.h.
Definition at line 40 of file xfs_dquot.h.
| struct xfs_mount* q_mount |
Definition at line 41 of file xfs_dquot.h.
| uint q_nrefs |
Definition at line 43 of file xfs_dquot.h.
| atomic_t q_pincount |
Definition at line 56 of file xfs_dquot.h.
| wait_queue_head_t q_pinwait |
Definition at line 57 of file xfs_dquot.h.
Definition at line 54 of file xfs_dquot.h.
| xfs_qcnt_t q_res_bcount |
Definition at line 51 of file xfs_dquot.h.
| xfs_qcnt_t q_res_icount |
Definition at line 52 of file xfs_dquot.h.
| xfs_qcnt_t q_res_rtbcount |
Definition at line 53 of file xfs_dquot.h.
| struct xfs_trans* q_transp |
Definition at line 42 of file xfs_dquot.h.
1.8.2