HomeSort by relevance Sort by last modified time
    Searched refs:jfs (Results 1 - 5 of 5) sorted by null

  /external/grub/stage2/
fsys_jfs.c 1 /* fsys_jfs.c - an implementation for the IBM JFS file system */
25 #include "jfs.h"
47 static struct jfs_info jfs; variable in typeref:struct:jfs_info
71 jfs.xindex = 2;
73 jfs.xad = &xtp->xad[2];
75 jfs.xlastindex = xtp->header.nextindex;
78 devread (addressXAD (jfs.xad) << jfs.bdlog, 0,
80 jfs.xad = &xtpage->xad[2];
82 jfs.xlastindex = xtpage->header.nextindex
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 157 ext2_filsys jfs; local
187 fs->blocksize, io_ptr, &jfs);
193 if (!(jfs->super->s_feature_incompat & EXT3_FEATURE_INCOMPAT_JOURNAL_DEV)) {
200 if ((retval = io_channel_read_blk(jfs->io, 1, -1024, buf))) {
232 if ((retval = io_channel_write_blk(jfs->io, 1, -1024, buf))) {
507 ext2_filsys jfs; local
527 fs->blocksize, io_ptr, &jfs);
538 retval = ext2fs_add_journal_device(fs, jfs);
539 ext2fs_close(jfs);
    [all...]
mke2fs.c 1476 ext2_filsys jfs; local
2298 ext2_filsys jfs; local
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /external/grub/
configure 867 --disable-jfs disable IBM JFS support in Stage 2
    [all...]

Completed in 116 milliseconds