Searched defs:mountctl_args (Results 1 – 1 of 1) sorted by relevance
1021 struct mountctl_args { struct1022 const char * path; char path_[PAD_(const char *)];1023 int op; char op_[PAD_(int)];1024 int fd; char fd_[PAD_(int)];1025 const void * ctl; char ctl_[PAD_(const void *)];1026 int ctllen; char ctllen_[PAD_(int)];1027 void * buf; char buf_[PAD_(void *)];1028 int buflen; char buflen_[PAD_(int)];