qemu-e2k/hw/9pfs
Aneesh Kumar K.V 7834cf77be hw/9pfs: add 9P2000.L unlinkat operation
unlinkat - Remove a directory entry

size[4] Tunlinkat tag[2] dirfid[4] name[s] flag[4]
size[4] Runlinkat tag[2]

older Tremove have the below request format

size[4] Tremove tag[2] fid[4]

The remove message is used to remove a directory entry either file or directory
The remove opreation is actually a directory opertation and should ideally have
dirfid, if not we cannot represent the fid on server with anything other than
name. We will have to derive the directory name from fid in the Tremove request.

NOTE: The operation doesn't clunk the unlink fid.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2011-09-09 15:07:01 +05:30
..
codir.c hw/9pfs: Add directory reclaim support 2011-08-25 20:16:42 +05:30
cofile.c hw/9pfs: Add file descriptor reclaim support 2011-08-25 20:16:41 +05:30
cofs.c
coxattr.c
virtio-9p-coth.c
virtio-9p-coth.h hw/9pfs: Add file descriptor reclaim support 2011-08-25 20:16:41 +05:30
virtio-9p-debug.c
virtio-9p-debug.h
virtio-9p-device.c hw/9pfs: init fid list properly 2011-08-25 20:16:41 +05:30
virtio-9p-local.c use readdir_r instead of readdir for reentrancy 2011-08-22 09:44:52 +05:30
virtio-9p-posix-acl.c
virtio-9p-xattr-user.c
virtio-9p-xattr.c
virtio-9p-xattr.h
virtio-9p.c hw/9pfs: add 9P2000.L unlinkat operation 2011-09-09 15:07:01 +05:30
virtio-9p.h hw/9pfs: add 9P2000.L unlinkat operation 2011-09-09 15:07:01 +05:30