Changeset 677745a in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2013-07-29T12:54:39Z (12 years ago)
Author:
Jiri Zarevucky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bcd5b7
Parents:
b7c62a9
Message:

Have lookup return the last found directory, and the portion of path traversed. In exchange, only size < 2GB is returned from lookup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    rb7c62a9 r677745a  
    113113        vfs_node_type_t type;   /**< Partial info about the node type. */
    114114
    115         aoff64_t size;          /**< Cached size if the node is a file. */
     115        int64_t size;           /**< Cached size if the node is a file. */
    116116
    117117        /**
     
    185185extern unsigned vfs_nodes_refcount_sum_get(fs_handle_t, service_id_t);
    186186
     187int64_t vfs_node_get_size(vfs_node_t *node);
    187188
    188189#define MAX_OPEN_FILES  128
Note: See TracChangeset for help on using the changeset viewer.