Home
last modified time | relevance | path

Searched refs:qd_qb (Results 1 – 2 of 2) sorted by relevance

/linux/fs/gfs2/
A Dquota.c843 qd->qd_qb.qb_value = q.qu_value; in gfs2_adjust_quota()
847 qd->qd_qb.qb_warn = q.qu_warn; in gfs2_adjust_quota()
851 qd->qd_qb.qb_limit = q.qu_limit; in gfs2_adjust_quota()
855 qd->qd_qb.qb_value = q.qu_value; in gfs2_adjust_quota()
994 qd->qd_qb = *qlvb; in update_qd()
1090 if (!qd->qd_qb.qb_limit) in need_sync()
1105 (s64)be64_to_cpu(qd->qd_qb.qb_limit)) in need_sync()
1110 value += (s64)be64_to_cpu(qd->qd_qb.qb_value); in need_sync()
1218 warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn); in gfs2_quota_check()
1219 limit = (s64)be64_to_cpu(qd->qd_qb.qb_limit); in gfs2_quota_check()
[all …]
A Dincore.h462 struct gfs2_quota_lvb qd_qb; member

Completed in 10 milliseconds