]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/afs/afs_fs.h
Merge remote-tracking branch 'c6x/for-linux-next'
[karo-tx-linux.git] / fs / afs / afs_fs.h
index a18c374ebe080d9cbbc9544bd2e4dbdbf42ec62a..eb647323d8f03a3f6634d4f83d0aa648f9093201 100644 (file)
@@ -31,6 +31,9 @@ enum AFS_FS_Operations {
        FSGETVOLUMEINFO         = 148,  /* AFS Get information about a volume */
        FSGETVOLUMESTATUS       = 149,  /* AFS Get volume status information */
        FSGETROOTVOLUME         = 151,  /* AFS Get root volume name */
+       FSSETLOCK               = 156,  /* AFS Request a file lock */
+       FSEXTENDLOCK            = 157,  /* AFS Extend a file lock */
+       FSRELEASELOCK           = 158,  /* AFS Release a file lock */
        FSLOOKUP                = 161,  /* AFS lookup file in directory */
        FSFETCHDATA64           = 65537, /* AFS Fetch file data */
        FSSTOREDATA64           = 65538, /* AFS Store file data */