Go to the source code of this file.
|
void | xfs_trans_mod_dquot (xfs_trans_t *, xfs_dquot_t *, uint, long) |
|
int | xfs_trans_reserve_quota_bydquots (xfs_trans_t *, xfs_mount_t *, xfs_dquot_t *, xfs_dquot_t *, long, long, uint) |
|
void | xfs_trans_dqjoin (xfs_trans_t *, xfs_dquot_t *) |
|
void | xfs_trans_log_dquot (xfs_trans_t *, xfs_dquot_t *) |
|
void | xfs_qm_destroy_quotainfo (xfs_mount_t *) |
|
int | xfs_qm_quotacheck (xfs_mount_t *) |
|
int | xfs_qm_write_sb_changes (xfs_mount_t *, __int64_t) |
|
void | xfs_qm_dqpurge_all (xfs_mount_t *, uint) |
|
void | xfs_qm_dqrele_all_inodes (xfs_mount_t *, uint) |
|
int | xfs_qm_scall_trunc_qfiles (xfs_mount_t *, uint) |
|
int | xfs_qm_scall_getquota (xfs_mount_t *, xfs_dqid_t, uint, fs_disk_quota_t *) |
|
int | xfs_qm_scall_setqlim (xfs_mount_t *, xfs_dqid_t, uint, fs_disk_quota_t *) |
|
int | xfs_qm_scall_getqstat (xfs_mount_t *, fs_quota_stat_t *) |
|
int | xfs_qm_scall_quotaon (xfs_mount_t *, uint) |
|
int | xfs_qm_scall_quotaoff (xfs_mount_t *, uint) |
|
#define XFS_DQUOT_TREE |
( |
|
qi, |
|
|
|
type |
|
) |
| |
Value:
&((qi)->qi_uquota_tree) : \
&((qi)->qi_gquota_tree))
Definition at line 72 of file xfs_qm.h.
#define XFS_QM_BTIMELIMIT (7 * 24*60*60) /* 1 week */ |
#define XFS_QM_BWARNLIMIT 5 |
#define XFS_QM_ITIMELIMIT (7 * 24*60*60) /* 1 week */ |
#define XFS_QM_IWARNLIMIT 5 |
#define XFS_QM_RTBTIMELIMIT (7 * 24*60*60) /* 1 week */ |
#define XFS_QM_RTBWARNLIMIT 5 |
#define XFS_QM_TRANS_MAXDQS 2 |
void xfs_qm_destroy_quotainfo |
( |
xfs_mount_t * |
| ) |
|
void xfs_qm_dqpurge_all |
( |
xfs_mount_t * |
, |
|
|
uint |
|
|
) |
| |
void xfs_qm_dqrele_all_inodes |
( |
xfs_mount_t * |
, |
|
|
uint |
|
|
) |
| |
int xfs_qm_quotacheck |
( |
xfs_mount_t * |
| ) |
|
int xfs_qm_scall_quotaoff |
( |
xfs_mount_t * |
, |
|
|
uint |
|
|
) |
| |
int xfs_qm_scall_quotaon |
( |
xfs_mount_t * |
, |
|
|
uint |
|
|
) |
| |
int xfs_qm_scall_trunc_qfiles |
( |
xfs_mount_t * |
, |
|
|
uint |
|
|
) |
| |
int xfs_qm_write_sb_changes |
( |
xfs_mount_t * |
, |
|
|
__int64_t |
|
|
) |
| |