src/dbfs/op_base.h
changeset 30 d8fabd347a8e
parent 29 5de62ca9a5aa
equal deleted inserted replaced
29:5de62ca9a5aa 30:d8fabd347a8e
    71  * Start handling a normal op requests.
    71  * Start handling a normal op requests.
    72  *
    72  *
    73  * Lookup the op for the given fi, validate params, and assign the new req.
    73  * Lookup the op for the given fi, validate params, and assign the new req.
    74  *
    74  *
    75  * In case the op failed previously, this will error the req and return NULL, indicating that the req has been handled.
    75  * In case the op failed previously, this will error the req and return NULL, indicating that the req has been handled.
       
    76  *
       
    77  * Repeat, if this returns NULL, consider req invalid.
    76  */
    78  */
    77 struct dbfs_op *dbfs_op_req (struct fuse_req *req, fuse_ino_t ino, struct fuse_file_info *fi);
    79 struct dbfs_op *dbfs_op_req (struct fuse_req *req, fuse_ino_t ino, struct fuse_file_info *fi);
    78 
    80 
    79 /*
    81 /*
    80  * Done handling a request, adjust state accordingly.
    82  * Done handling a request, adjust state accordingly.