]> Git Repo - qemu.git/commit - hw/9pfs/virtio-9p.h
virtio-9p: Implement TXATTRWALK
authorAneesh Kumar K.V <[email protected]>
Thu, 2 Sep 2010 05:39:06 +0000 (11:09 +0530)
committerAneesh Kumar K.V <[email protected]>
Wed, 8 Sep 2010 17:26:41 +0000 (22:56 +0530)
commitfa32ef88792a21b68f06c506c079560151fb5847
treea7c575d0e8d6a239552315b83552a983f1ce7556
parentd62dbb51f76ddcec95822fe196813edd46ef35b9
virtio-9p: Implement TXATTRWALK

TXATTRWALK: Descend a ATTR namespace

 size[4] TXATTRWALK tag[2] fid[4] newfid[4] name[s]
 size[4] RXATTRWALK tag[2] size[8]

txattrwalk gets a fid pointing to xattr. This fid can later be
used to get read the xattr value. If name is NULL the fid returned
can be used to get the list of extended attribute associated to
the file system object.

Signed-off-by: Aneesh Kumar K.V <[email protected]>
hw/file-op-9p.h
hw/virtio-9p-debug.c
hw/virtio-9p-local.c
hw/virtio-9p.c
hw/virtio-9p.h
This page took 0.027916 seconds and 4 git commands to generate.