Searched defs:QuotaCmd (Results 1 – 1 of 1) sorted by relevance
21 struct QuotaCmd(QuotaSubCmd, QuotaType); struct23 impl QuotaCmd { implementation230 fn quotactl<P: ?Sized + NixPath>(cmd: QuotaCmd, special: Option<&P>, id: c_int, addr: *mut c_char) … in quotactl()