Changeset 852b801 in mainline for uspace/srv/fs/fat/fat.h


Ignore:
Timestamp:
2009-06-28T18:59:02Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
75160a6
Parents:
4198f9c3
Message:

Introduce VFS_IN_FSTAT and VFS_OUT_STAT.
Provide libc fstat() and devfs_stat().
This functionality replaces VFS_IN_NODE
and VFS_IN/OUT_DEVICE. FAT and TMPFS
still do not implement this and VFS_IN_STAT
and stat() need implementation as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r4198f9c3 r852b801  
    208208extern void fat_write(ipc_callid_t, ipc_call_t *);
    209209extern void fat_truncate(ipc_callid_t, ipc_call_t *);
     210extern void fat_stat(ipc_callid_t, ipc_call_t *);
    210211extern void fat_close(ipc_callid_t, ipc_call_t *);
    211212extern void fat_destroy(ipc_callid_t, ipc_call_t *);
    212213extern void fat_open_node(ipc_callid_t, ipc_call_t *);
    213 extern void fat_device(ipc_callid_t, ipc_call_t *);
     214extern void fat_stat(ipc_callid_t, ipc_call_t *);
    214215extern void fat_sync(ipc_callid_t, ipc_call_t *);
    215216
Note: See TracChangeset for help on using the changeset viewer.