Home
last modified time | relevance | path

Searched refs:path_k (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dvfs_syscalls.c1133 char *path_k; in do_sys_quotactl_quotaon() local
1137 path_k = PNBUF_GET(); in do_sys_quotactl_quotaon()
1138 error = copyin(path_u, path_k, PATH_MAX); in do_sys_quotactl_quotaon()
1140 PNBUF_PUT(path_k); in do_sys_quotactl_quotaon()
1144 error = vfs_quotactl_quotaon(mp, idtype, path_k); in do_sys_quotactl_quotaon()
1146 PNBUF_PUT(path_k); in do_sys_quotactl_quotaon()