Re: [zfs-discuss] ZFS API (again!), need quotactl(7I)

2006-09-13 Thread Boyd Adamson
On 13/09/2006, at 2:29 AM, Eric Schrock wrote: On Tue, Sep 12, 2006 at 07:23:00AM -0400, Jeff A. Earickson wrote: Modify the dovecot IMAP server so that it can get zfs quota information to be able to implement the QUOTA feature of the IMAP protocol (RFC 2087). In this case pull the zfs quo

Re: [zfs-discuss] ZFS API (again!), need quotactl(7I)

2006-09-12 Thread Eric Schrock
On Tue, Sep 12, 2006 at 07:23:00AM -0400, Jeff A. Earickson wrote: > > Modify the dovecot IMAP server so that it can get zfs quota information > to be able to implement the QUOTA feature of the IMAP protocol (RFC 2087). > In this case pull the zfs quota numbers for quoted home directory/zfs > file

Re: [zfs-discuss] ZFS API (again!), need quotactl(7I)

2006-09-12 Thread Jeff A. Earickson
On Tue, 12 Sep 2006, Darren J Moffat wrote: Date: Tue, 12 Sep 2006 10:30:33 +0100 From: Darren J Moffat <[EMAIL PROTECTED]> To: Jeff A. Earickson <[EMAIL PROTECTED]> Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] ZFS API (again!), need quotactl(7I) Jeff A. Earickson wr

Re: [zfs-discuss] ZFS API (again!), need quotactl(7I)

2006-09-12 Thread Darren J Moffat
Jeff A. Earickson wrote: Hi, I was looking for the zfs system calls to check zfs quotas from within C code, analogous to the quotactl(7I) interface for UFS, and realized that there was nothing similar. Is anything like this planned? Why no public API for ZFS? Do I start making calls to zfs_pr

[zfs-discuss] ZFS API (again!), need quotactl(7I)

2006-09-11 Thread Jeff A. Earickson
Hi, I was looking for the zfs system calls to check zfs quotas from within C code, analogous to the quotactl(7I) interface for UFS, and realized that there was nothing similar. Is anything like this planned? Why no public API for ZFS? Do I start making calls to zfs_prop_get_int(), like in the