Searched refs:jfs (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Dfsys_jfs.c25 #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;
85 return jfs
[all...]
/external/e2fsprogs/misc/
H A Dtune2fs.c157 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);
H A Dmke2fs.c1476 ext2_filsys jfs; local
1488 0, io_ptr, &jfs);
1495 if ((blocksize < 0) && (jfs->blocksize < (unsigned) (-blocksize))) {
1498 "minimum blocksize %d\n"), jfs->blocksize,
1502 blocksize = jfs->blocksize;
1506 ext2fs_close(jfs);
2298 ext2_filsys jfs; local
2306 fs->blocksize, unix_io_manager, &jfs);
2318 retval = ext2fs_add_journal_device(fs, jfs);
2327 ext2fs_close(jfs);
[all...]
/external/chromium_org/build/
H A Dinstall-chroot.sh272 $3 == "xfs" || $3 == "jfs" || $3 == "u?msdos" ||
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf1682 fs_use_xattr jfs system_u:object_r:fs_t:s0;
/external/grub/
H A Dconfigure867 --disable-jfs disable IBM JFS support in Stage 2
5506 # Check whether --enable-jfs or --disable-jfs was given.

Completed in 1287 milliseconds