Changeset c84146d3 in mainline for uspace/lib/fs/libfs.h


Ignore:
Timestamp:
2013-07-15T21:47:50Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2f706e
Parents:
b86a32e
Message:

Replace name operations from total_block and free_block to total_block_count and
free_block_count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.h

    rb86a32e rc84146d3  
    9494        service_id_t (* service_get)(fs_node_t *);
    9595        uint32_t (* size_block)(service_id_t);
    96         uint64_t (* total_block)(service_id_t);
    97         uint64_t (* free_block)(service_id_t);
     96        uint64_t (* total_block_count)(service_id_t);
     97        uint64_t (* free_block_count)(service_id_t);
    9898} libfs_ops_t;
    9999
Note: See TracChangeset for help on using the changeset viewer.