|
STATIC int | xfs_qm_init_quotainos (xfs_mount_t *) |
|
STATIC int | xfs_qm_init_quotainfo (xfs_mount_t *) |
|
STATIC int | xfs_qm_shake (struct shrinker *, struct shrink_control *) |
|
STATIC int | xfs_qm_dquot_walk (struct xfs_mount *mp, int type, int(*execute)(struct xfs_dquot *dqp, void *data), void *data) |
|
STATIC int | xfs_qm_dqpurge (struct xfs_dquot *dqp, void *data) |
|
void | xfs_qm_dqpurge_all (struct xfs_mount *mp, uint flags) |
|
void | xfs_qm_unmount (struct xfs_mount *mp) |
|
void | xfs_qm_mount_quotas (xfs_mount_t *mp) |
|
void | xfs_qm_unmount_quotas (xfs_mount_t *mp) |
|
STATIC int | xfs_qm_dqattach_one (xfs_inode_t *ip, xfs_dqid_t id, uint type, uint doalloc, xfs_dquot_t *udqhint, xfs_dquot_t **IO_idqpp) |
|
STATIC void | xfs_qm_dqattach_grouphint (xfs_dquot_t *udq, xfs_dquot_t *gdq) |
|
int | xfs_qm_dqattach_locked (xfs_inode_t *ip, uint flags) |
|
int | xfs_qm_dqattach (struct xfs_inode *ip, uint flags) |
|
void | xfs_qm_dqdetach (xfs_inode_t *ip) |
|
void | xfs_qm_destroy_quotainfo (xfs_mount_t *mp) |
|
STATIC int | xfs_qm_qino_alloc (xfs_mount_t *mp, xfs_inode_t **ip, __int64_t sbfields, uint flags) |
|
STATIC void | xfs_qm_reset_dqcounts (xfs_mount_t *mp, xfs_buf_t *bp, xfs_dqid_t id, uint type) |
|
STATIC int | xfs_qm_dqiter_bufs (struct xfs_mount *mp, xfs_dqid_t firstid, xfs_fsblock_t bno, xfs_filblks_t blkcnt, uint flags, struct list_head *buffer_list) |
|
STATIC int | xfs_qm_dqiterate (struct xfs_mount *mp, struct xfs_inode *qip, uint flags, struct list_head *buffer_list) |
|
STATIC int | xfs_qm_quotacheck_dqadjust (struct xfs_inode *ip, xfs_dqid_t id, uint type, xfs_qcnt_t nblks, xfs_qcnt_t rtblks) |
|
STATIC int | xfs_qm_get_rtblks (xfs_inode_t *ip, xfs_qcnt_t *O_rtblks) |
|
STATIC int | xfs_qm_dqusage_adjust (xfs_mount_t *mp, xfs_ino_t ino, void __user *buffer, int ubsize, int *ubused, int *res) |
|
STATIC int | xfs_qm_flush_one (struct xfs_dquot *dqp, void *data) |
|
int | xfs_qm_quotacheck (xfs_mount_t *mp) |
|
STATIC void | xfs_qm_dqfree_one (struct xfs_dquot *dqp) |
|
STATIC void | xfs_qm_dqreclaim_one (struct xfs_dquot *dqp, struct list_head *buffer_list, struct list_head *dispose_list) |
|
int | xfs_qm_write_sb_changes (xfs_mount_t *mp, __int64_t flags) |
|
int | xfs_qm_vop_dqalloc (struct xfs_inode *ip, uid_t uid, gid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp) |
|
xfs_dquot_t * | xfs_qm_vop_chown (xfs_trans_t *tp, xfs_inode_t *ip, xfs_dquot_t **IO_olddq, xfs_dquot_t *newdq) |
|
int | xfs_qm_vop_chown_reserve (xfs_trans_t *tp, xfs_inode_t *ip, xfs_dquot_t *udqp, xfs_dquot_t *gdqp, uint flags) |
|
int | xfs_qm_vop_rename_dqattach (struct xfs_inode **i_tab) |
|
void | xfs_qm_vop_create_dqattach (struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp) |
|