HomeSort by relevance Sort by last modified time
    Searched refs:s_blocksize (Results 76 - 95 of 95) sorted by null

1 2 34

  /system/extras/ext4_utils/
jbd2.h 89 __be32 s_blocksize; member in struct:journal_superblock_s
ext4_utils.c 437 jsb->s_blocksize = htonl(info.block_size);
  /bionic/libc/kernel/uapi/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /development/ndk/platforms/android-21/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /external/kernel-headers/original/uapi/linux/
iso_fs.h 162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
iso_fs.h 162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
iso_fs.h 162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
iso_fs.h 185 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 64 jsb->s_blocksize = htonl(fs->blocksize);
459 if (ntohl(jsb->s_blocksize) != (unsigned long) fs->blocksize)
kernel-jbd.h 177 __u32 s_blocksize; /* journal device blocksize */ member in struct:journal_superblock_s
ext2_fs.h 86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
  /external/e2fsprogs/e2fsck/
journal.c 579 if (jsb->s_blocksize != htonl(journal->j_blocksize)) {
630 jsb->s_blocksize = htonl(ctx->fs->blocksize);
  /external/e2fsprogs/debugfs/
logdump.c 389 blocksize = be32_to_cpu(jsb->s_blocksize);
  /external/e2fsprogs/misc/
dumpe2fs.c 432 (unsigned int)ntohl(jsb->s_blocksize), (unsigned int)ntohl(jsb->s_maxlen),
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 948 s->s_blocksize = msblk->devblksize;
    [all...]

Completed in 593 milliseconds

1 2 34