Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_quota.c94 args.u.cursoropen.qc_cursor = in netbsd32___quotactl()
95 NETBSD32PTR64(args32.u.cursoropen.qc_cursor); in netbsd32___quotactl()
H A Dnetbsd32.h379 } cursoropen; member
/netbsd/sys/sys/
H A Dquotactl.h124 } cursoropen; member
/netbsd/sys/kern/
H A Dvfs_quotactl.c111 args.u.cursoropen.qc_cursor = cursor; in vfs_quotactl_cursoropen()
H A Dvfs_syscalls.c1169 args->u.cursoropen.qc_cursor); in do_sys_quotactl()
/netbsd/lib/libquota/
H A Dquota_kernel.c241 args.u.cursoropen.qc_cursor = &cursor->kcursor; in __quota_kernel_cursor_create()
/netbsd/sys/ufs/ufs/
H A Dufs_quota.c512 struct quotakcursor *cursor = args->u.cursoropen.qc_cursor; in quota_handle_cmd_cursoropen()
/netbsd/sys/ufs/lfs/
H A Dulfs_quota.c534 cursor = args->u.cursoropen.qc_cursor; in quota_handle_cmd_cursoropen()