Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dquota.c864 qd->qd_qb.qb_value = q.qu_value; in gfs2_adjust_quota()
868 qd->qd_qb.qb_warn = q.qu_warn; in gfs2_adjust_quota()
872 qd->qd_qb.qb_limit = q.qu_limit; in gfs2_adjust_quota()
876 qd->qd_qb.qb_value = q.qu_value; in gfs2_adjust_quota()
1018 qd->qd_qb = *qlvb; in update_qd()
1119 if (!qd->qd_qb.qb_limit) in need_sync()
1125 value = (s64)be64_to_cpu(qd->qd_qb.qb_value); in need_sync()
1126 limit = (s64)be64_to_cpu(qd->qd_qb.qb_limit); in need_sync()
1248 warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn); in gfs2_quota_check()
1249 limit = (s64)be64_to_cpu(qd->qd_qb.qb_limit); in gfs2_quota_check()
[all …]
A Dincore.h460 struct gfs2_quota_lvb qd_qb; member

Completed in 617 milliseconds