Home
last modified time | relevance | path

Searched defs:QuotaCmd (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nix/src/sys/
Dquota.rs21 struct QuotaCmd(QuotaSubCmd, QuotaType); struct
23 impl QuotaCmd { implementation
230 fn quotactl<P: ?Sized + NixPath>(cmd: QuotaCmd, special: Option<&P>, id: c_int, addr: *mut c_char) … in quotactl()