Searched refs:xfs_get_defquota (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_qm.h | 165 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota() function
|
H A D | xfs_dquot.c | 78 defq = xfs_get_defquota(q, xfs_dquot_type(dq)); in xfs_qm_adjust_dqlimits() 168 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers()
|
H A D | xfs_qm_syscalls.c | 541 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|
H A D | xfs_trans_dquot.c | 647 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv()
|
H A D | xfs_qm.c | 558 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota() 584 defq = xfs_get_defquota(qinf, type); in xfs_qm_init_timelimits()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_qm.h | 156 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota() function
|
H A D | xfs_qm_syscalls.c | 306 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_qm_scall_setqlim()
|
H A D | xfs_dquot.c | 78 defq = xfs_get_defquota(q, xfs_dquot_type(dq)); in xfs_qm_adjust_dqlimits() 165 defq = xfs_get_defquota(qi, xfs_dquot_type(dq)); in xfs_qm_adjust_dqtimers()
|
H A D | xfs_qm.c | 562 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp)); in xfs_qm_set_defquota() 588 defq = xfs_get_defquota(qinf, type); in xfs_qm_init_timelimits()
|
H A D | xfs_trans_dquot.c | 633 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv()
|
Completed in 13 milliseconds