Changeset 852b801 in mainline for uspace/lib/libc/include/ipc/vfs.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/lib/libc/include/ipc/vfs.h

    r4198f9c3 r852b801  
    6464        VFS_IN_SEEK,
    6565        VFS_IN_TRUNCATE,
     66        VFS_IN_FSTAT,
    6667        VFS_IN_CLOSE,
    6768        VFS_IN_MOUNT,
     
    7374        VFS_IN_UNLINK,
    7475        VFS_IN_RENAME,
     76        VFS_IN_STAT,
    7577        VFS_IN_NODE
    7678} vfs_in_request_t;
     
    8789        VFS_OUT_DEVICE,
    8890        VFS_OUT_SYNC,
     91        VFS_OUT_STAT,
    8992        VFS_OUT_LOOKUP,
    9093        VFS_OUT_DESTROY,
Note: See TracChangeset for help on using the changeset viewer.