search for: nilfs_f

Displaying 5 results from an estimated 5 matches for "nilfs_f".

Did you mean: nilfs_fs
2008 Mar 03
0
[PATCH] nilfs2 support for fstype
...e.c --- klibc-1.5.7.orig/usr/kinit/fstype/fstype.c 2007-09-04 09:17:12.000000000 +0100 +++ klibc-1.5.7/usr/kinit/fstype/fstype.c 2008-03-03 16:57:34.522813138 +0000 @@ -33,6 +33,7 @@ #include "squashfs_fs.h" #include "gfs2_fs.h" #include "ocfs2_fs.h" +#include "nilfs_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -326,6 +327,19 @@ return 0; } +static int nilfs2_image(const void *buf, unsigned long long *bytes) +{ + const struct nilfs_super_block *sb = + (const struct nilfs_super_block *)buf; + + if (sb->s_magic == __cpu_to_le...
2008 Mar 25
2
bunch of small fixes
hello hpa, nothing particular stands out, just syncing with latest Debian upload and subsequent patch emails. please review merge or nack. thanks :) maks git pull git://git.debian.org/~maks/klibc.git maks for the changes: Aaron Griffin (1): [klibc] kinit: skip md assembly if mdX exists Colin Watson (1): [klibc] mount/umount FUSE support Harald Jenny (1): [klibc] fstype:
2010 Apr 03
1
[PATCH] btrfs support
...acked__)); + +#endif /* __BTRFS_FS_H */ diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c index 69e0e30..c50bf01 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -36,6 +36,7 @@ #include "gfs2_fs.h" #include "ocfs2_fs.h" #include "nilfs_fs.h" +#include "btrfs_fs.h" /* * Slightly cleaned up version of jfs_superblock to @@ -461,6 +462,18 @@ static int nilfs2_image(const void *buf, unsigned long long *bytes) return 0; } +static int btrfs_image(const void *buf, unsigned long long *bytes) +{ + const struct btrfs_...
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h" -#include "squashfs_fs.h" -#include "gfs2_fs.h" -#include "ocfs2_fs.h" +#include "minix_fs.h" #include "nilfs_fs.h" -#include "btrfs.h" +#include "ocfs2_fs.h" +#include "romfs_fs.h" +#include "squashfs_fs.h" +#include "xfs_sb.h" /* * Slightly cleaned up version of jfs_superblock to commit 5d3b7024db283d2518eb60718768b05638de3698 Author: maximilian...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...gfs2_fs.h" +#include "iso9660_sb.h" #include "luks_fs.h" #include "lvm2_sb.h" -#include "iso9660_sb.h" -#include "squashfs_fs.h" -#include "gfs2_fs.h" -#include "ocfs2_fs.h" +#include "minix_fs.h" #include "nilfs_fs.h" -#include "btrfs.h" +#include "ocfs2_fs.h" +#include "romfs_fs.h" +#include "squashfs_fs.h" +#include "xfs_sb.h" /* * Slightly cleaned up version of jfs_superblock to commit 6f57aca803ba81697099a8d38eb193459fecc894 Author: maximilian...