Changeset 51db5aeb in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-07-17T12:15:17Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1dd3e81
Parents:
44799a0
Message:

Add the unmount and sync functions, do not destroy a node if its number of hard links is > 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r44799a0 r51db5aeb  
    177177mfs_destroy(ipc_callid_t rid, ipc_call_t *request);
    178178
     179extern void
     180mfs_unmounted(ipc_callid_t rid, ipc_call_t *request);
     181
     182extern void
     183mfs_unmount(ipc_callid_t rid, ipc_call_t *request);
     184
     185extern void
     186mfs_sync(ipc_callid_t rid, ipc_call_t *request);
     187
    179188/*mfs_inode.c*/
    180189extern int
Note: See TracChangeset for help on using the changeset viewer.