]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/afs/afs_fs.h
AFS: implement basic file write support
[linux-2.6-omap-h63xx.git] / fs / afs / afs_fs.h
index 89e0d1650a72503d8b78ac0279378962876f4e94..2198006d2d0399d87ff019053dea6a5eb11415d5 100644 (file)
@@ -18,6 +18,8 @@
 enum AFS_FS_Operations {
        FSFETCHDATA             = 130,  /* AFS Fetch file data */
        FSFETCHSTATUS           = 132,  /* AFS Fetch file status */
+       FSSTOREDATA             = 133,  /* AFS Store file data */
+       FSSTORESTATUS           = 135,  /* AFS Store file status */
        FSREMOVEFILE            = 136,  /* AFS Remove a file */
        FSCREATEFILE            = 137,  /* AFS Create a file */
        FSRENAME                = 138,  /* AFS Rename or move a file or directory */