Searched refs:ar_quota (Results 1 – 6 of 6) sorted by relevance
47 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF || in gfs2_quota_lock_check()53 if (sdp->sd_args.ar_quota == GFS2_QUOTA_ACCOUNT) in gfs2_quota_lock_check()
549 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) in gfs2_qa_get()590 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) in gfs2_quota_hold()1081 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) in gfs2_quota_lock()1201 if (sdp->sd_args.ar_quota != GFS2_QUOTA_QUIET) { in print_message()1291 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF || in gfs2_quota_change()1635 switch (sdp->sd_args.ar_quota) { in gfs2_quota_get_state()1673 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) in gfs2_get_dqblk()1714 if (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF) in gfs2_set_dqblk()
1486 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()1489 args->ar_quota = result.int_32; in gfs2_parse_param()1650 args->ar_quota = GFS2_QUOTA_DEFAULT; in gfs2_init_fs_context()
1079 if (args->ar_quota != GFS2_QUOTA_DEFAULT) { in gfs2_show_options()1081 switch (args->ar_quota) { in gfs2_show_options()
561 unsigned int ar_quota:2; /* off/account/on */ member
2102 (sdp->sd_args.ar_quota == GFS2_QUOTA_OFF ? in do_grow()