HomeSort by: relevance | last modified time | path
    Searched defs:key_k (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_syscalls.c 913 struct quotakey key_k; local in function:do_sys_quotactl_get
920 error = copyin(key_u, &key_k, sizeof(key_k));
925 error = vfs_quotactl_get(mp, &key_k, &val_k);
937 struct quotakey key_k; local in function:do_sys_quotactl_put
941 error = copyin(key_u, &key_k, sizeof(key_k));
951 return vfs_quotactl_put(mp, &key_k, &val_k);
957 struct quotakey key_k; local in function:do_sys_quotactl_del
960 error = copyin(key_u, &key_k, sizeof(key_k))
    [all...]
vfs_syscalls.c 913 struct quotakey key_k; local in function:do_sys_quotactl_get
920 error = copyin(key_u, &key_k, sizeof(key_k));
925 error = vfs_quotactl_get(mp, &key_k, &val_k);
937 struct quotakey key_k; local in function:do_sys_quotactl_put
941 error = copyin(key_u, &key_k, sizeof(key_k));
951 return vfs_quotactl_put(mp, &key_k, &val_k);
957 struct quotakey key_k; local in function:do_sys_quotactl_del
960 error = copyin(key_u, &key_k, sizeof(key_k))
    [all...]

Completed in 23 milliseconds