Home | History | Annotate | Download | only in misc

Lines Matching full:qctx

2352 	quota_ctx_t qctx;
2354 quota_init_context(&qctx, fs, -1);
2355 quota_compute_usage(qctx);
2356 quota_write_inode(qctx, quotatype);
2357 quota_release_context(&qctx);