sudarshan sridhar wrote:
> I would like to know the method of getting/setting  Extended Attributes 
> (EAs) for files and directoreis.

 From an application layer openat(2).

> Also I would like to know is there any difference in getting/setting EAs 
> from UFS filesystem ?. I mean can we use same system calls, open, openat 
> etc... to extract EA information?

Correct same system calls.

> If there arey new APIs related in extrcting EAs of ZFS file system 
> please share.

Not that I am aware of.

> Also any header files or libraries needs to be included to the program 
> that get/set EAs for ZFS.

Only those indicated on the openat(2) man page.

-- 
Darren J Moffat
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to