Home | History | Annotate | Download | only in misc

Lines Matching full:qctx

723 	quota_ctx_t qctx;
730 quota_init_context(&qctx, fs, -1);
733 quota_compute_usage(qctx);
738 quota_update_limits(qctx, qf_ino, USRQUOTA);
739 quota_write_inode(qctx, USRQUOTA);
747 quota_update_limits(qctx, qf_ino, GRPQUOTA);
748 quota_write_inode(qctx, GRPQUOTA);
753 quota_release_context(&qctx);