]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/sa.h
Project Quota on ZFS
[mirror_zfs.git] / include / sys / sa.h
index b7ed9fe38cbdcc175a249ee88bac46654d76e81d..50b90622164b3b1f73e6058da3bc8bb0dc9670fc 100644 (file)
@@ -159,6 +159,7 @@ void sa_handle_unlock(sa_handle_t *);
 
 #ifdef _KERNEL
 int sa_lookup_uio(sa_handle_t *, sa_attr_type_t, uio_t *);
+int sa_add_projid(sa_handle_t *, dmu_tx_t *, uint64_t);
 #endif
 
 #ifdef __cplusplus