vfs_syscalls.c | 1135 char *path_k; local in function:do_sys_quotactl_quotaon 1139 path_k = PNBUF_GET(); 1140 error = copyin(path_u, path_k, PATH_MAX); 1142 PNBUF_PUT(path_k); 1146 error = vfs_quotactl_quotaon(mp, idtype, path_k); 1148 PNBUF_PUT(path_k);
|