Changeset f73b291 in mainline for uspace/srv/fs
- Timestamp:
- 2012-08-16T18:40:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbf2ca4
- Parents:
- 13c4fe0
- Location:
- uspace/srv/fs
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/cdfs/cdfs_ops.c
r13c4fe0 rf73b291 44 44 #include <libfs.h> 45 45 #include <errno.h> 46 #include < libblock.h>46 #include <block.h> 47 47 #include <str.h> 48 48 #include <byteorder.h> -
uspace/srv/fs/exfat/exfat_bitmap.c
r13c4fe0 rf73b291 39 39 #include "../../vfs/vfs.h" 40 40 #include <libfs.h> 41 #include < libblock.h>41 #include <block.h> 42 42 #include <errno.h> 43 43 #include <byteorder.h> -
uspace/srv/fs/exfat/exfat_directory.c
r13c4fe0 rf73b291 39 39 #include "exfat_directory.h" 40 40 #include "exfat_fat.h" 41 #include < libblock.h>41 #include <block.h> 42 42 #include <errno.h> 43 43 #include <byteorder.h> -
uspace/srv/fs/exfat/exfat_fat.c
r13c4fe0 rf73b291 42 42 #include "../../vfs/vfs.h" 43 43 #include <libfs.h> 44 #include < libblock.h>44 #include <block.h> 45 45 #include <errno.h> 46 46 #include <byteorder.h> -
uspace/srv/fs/exfat/exfat_fat.h
r13c4fe0 rf73b291 37 37 #include "../../vfs/vfs.h" 38 38 #include <stdint.h> 39 #include < libblock.h>39 #include <block.h> 40 40 41 41 #define EXFAT_ROOT_IDX 0 -
uspace/srv/fs/exfat/exfat_ops.c
r13c4fe0 rf73b291 45 45 #include "../../vfs/vfs.h" 46 46 #include <libfs.h> 47 #include < libblock.h>47 #include <block.h> 48 48 #include <ipc/services.h> 49 49 #include <ipc/loc.h> -
uspace/srv/fs/ext2fs/ext2fs_ops.c
r13c4fe0 rf73b291 39 39 #include "../../vfs/vfs.h" 40 40 #include <libfs.h> 41 #include < libblock.h>41 #include <block.h> 42 42 #include <libext2.h> 43 43 #include <ipc/services.h> -
uspace/srv/fs/fat/fat_directory.c
r13c4fe0 rf73b291 38 38 #include "fat_directory.h" 39 39 #include "fat_fat.h" 40 #include < libblock.h>40 #include <block.h> 41 41 #include <errno.h> 42 42 #include <byteorder.h> -
uspace/srv/fs/fat/fat_fat.c
r13c4fe0 rf73b291 42 42 #include "../../vfs/vfs.h" 43 43 #include <libfs.h> 44 #include < libblock.h>44 #include <block.h> 45 45 #include <errno.h> 46 46 #include <byteorder.h> -
uspace/srv/fs/fat/fat_fat.h
r13c4fe0 rf73b291 37 37 #include "../../vfs/vfs.h" 38 38 #include <stdint.h> 39 #include < libblock.h>39 #include <block.h> 40 40 41 41 #define FAT1 0 -
uspace/srv/fs/fat/fat_ops.c
r13c4fe0 rf73b291 43 43 #include "../../vfs/vfs.h" 44 44 #include <libfs.h> 45 #include < libblock.h>45 #include <block.h> 46 46 #include <ipc/services.h> 47 47 #include <ipc/loc.h> -
uspace/srv/fs/mfs/mfs.h
r13c4fe0 rf73b291 36 36 #include <minix.h> 37 37 #include <macros.h> 38 #include < libblock.h>38 #include <block.h> 39 39 #include <libfs.h> 40 40 #include <adt/list.h> -
uspace/srv/fs/tmpfs/tmpfs_dump.c
r13c4fe0 rf73b291 44 44 #include <sys/types.h> 45 45 #include <as.h> 46 #include < libblock.h>46 #include <block.h> 47 47 #include <byteorder.h> 48 48
Note:
See TracChangeset
for help on using the changeset viewer.