vfs_syscalls.c | 971 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursoropen 975 memset(&cursor_k, 0, sizeof(cursor_k)); 977 error = vfs_quotactl_cursoropen(mp, &cursor_k); 982 return copyout(&cursor_k, cursor_u, sizeof(cursor_k)); 988 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursorclose 991 error = copyin(cursor_u, &cursor_k, sizeof(cursor_k)); 996 return vfs_quotactl_cursorclose(mp, &cursor_k); 1003 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursorskipidtype 1025 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursorget 1091 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursoratend 1116 struct quotakcursor cursor_k; local in function:do_sys_quotactl_cursorrewind [all...] |