Home
last modified time | relevance | path

Searched refs:s_state (Results 1 – 25 of 28) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Dclosefs.c234 fs_state = fs->super->s_state; in ext2fs_flush()
267 fs->super->s_state &= ~EXT2_VALID_FS; in ext2fs_flush()
344 fs->super->s_state = fs_state; in ext2fs_flush()
360 fs->super->s_state = fs_state; in ext2fs_flush()
Dswapfs.c43 sb->s_state = ext2fs_swab16(sb->s_state); in ext2fs_swap_super()
Dinitialize.c149 super->s_state = EXT2_VALID_FS; in ext2fs_initialize()
Dext2_fs.h516 __u16 s_state; /* File system state */ member
/external/e2fsprogs/ext2ed/
Dsuper_com.c65 if (type_data.u.t_ext2_super_block.s_state & 0x1) in type_ext2_super_block___show()
70 if (type_data.u.t_ext2_super_block.s_state & 0x2) in type_ext2_super_block___show()
Dext2.descriptors135 __u16 s_state; /* File system state */
/external/e2fsprogs/e2fsck/
Dunix.c312 if ((fs->super->s_state & EXT2_ERROR_FS) || in check_if_skip()
315 else if ((fs->super->s_state & EXT2_VALID_FS) == 0) in check_if_skip()
1413 (sb->s_state & EXT2_ERROR_FS))) { in main()
1427 (sb->s_state & EXT2_VALID_FS) && in main()
1428 !(sb->s_state & EXT2_ERROR_FS)) in main()
1434 if (!(sb->s_state & EXT2_VALID_FS)) in main()
1436 sb->s_state = EXT2_VALID_FS; in main()
1438 sb->s_state &= ~EXT2_VALID_FS; in main()
Dsuper.c247 if (fs->super->s_state & EXT2_ERROR_FS) in release_orphan_inodes()
386 fs->super->s_state &= ~EXT2_VALID_FS; in check_resize_inode()
720 sb->s_state &= ~EXT2_VALID_FS; in check_super_block()
793 fs->super->s_state &= ~EXT2_VALID_FS; in check_super_block()
910 (fs->super->s_state & EXT2_ERROR_FS) || in check_backup_super_block()
Djournal.c194 ctx->fs->super->s_state &= ~EXT2_VALID_FS; in e2fsck_clear_recover()
785 sb->s_state &= ~EXT2_VALID_FS; in e2fsck_check_ext3_journal()
808 ctx->fs->super->s_state |= EXT2_ERROR_FS; in e2fsck_check_ext3_journal()
1033 fs->super->s_state &= ~EXT2_VALID_FS; in e2fsck_move_ext3_journal()
Dutil.c265 fs->super->s_state |= EXT2_ERROR_FS; in preenhalt()
/external/e2fsprogs/resize/
Dmain.c441 (fs->super->s_state & EXT2_ERROR_FS) || in main()
442 ((fs->super->s_state & EXT2_VALID_FS) == 0))) { in main()
Dresize2fs.c87 fs->super->s_state |= EXT2_ERROR_FS; in resize_fs()
160 rfs->new_fs->super->s_state &= ~EXT2_ERROR_FS; in resize_fs()
/external/oprofile/events/i386/nehalem/
Dunit_masks97 …0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (…
102 …0x20 s_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the S…
109 …0x02 s_state Counts number of L2 store RFO requests where the cache line to be loaded is in the S …
115 …0x20 s_state Counts number of L2 lock RFO requests where the cache line to be loaded is in the S (…
122 …0x02 s_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the…
134 …0x02 s_state Counts L1 data cache read requests where the cache line to be loaded is in the S (sha…
140 …0x02 s_state Counts L1 data cache store RFO requests where the cache line to be loaded is in the S…
146 …0x02 s_state Counts L1 data cache retired load locks that hit the target cache line in the shared …
337 0x02 s_state Counts the number of cache lines allocated in the L2 cache in the S (shared) state
/external/e2fsprogs/misc/
Dtune2fs.c450 sb->s_state &= ~EXT2_VALID_FS; in update_feature_set()
1419 fs->super->s_state &= ~EXT2_VALID_FS; in resize_inode()
1453 fs->super->s_state |= EXT2_VALID_FS; in resize_inode()
1687 sb->s_state &= ~EXT2_VALID_FS; in main()
/external/grub/stage2/
Djfs.h191 u32 s_state; /* 4: mount/unmount/recovery state: member
Dfsys_minix.c127 __u16 s_state; member
Dfsys_ext2fs.c73 __u16 s_state; /* File system state */ member
Dfsys_reiserfs.c69 __u16 s_state; /* valid or error */ member
/external/e2fsprogs/lib/e2p/
Dls.c213 print_fs_state (f, sb->s_state); in list_super2()
/external/kernel-headers/original/linux/
Dext2_fs.h358 __le16 s_state; /* File system state */ member
Dext3_fs.h429 __le16 s_state; /* File system state */ member
/external/e2fsprogs/debugfs/
Dset_fields.c86 { "state", &set_sb.s_state, 2, parse_uint },
Ddebugfs.c392 current_fs->super->s_state |= EXT2_VALID_FS; in do_dirty_filesys()
394 current_fs->super->s_state &= ~EXT2_VALID_FS; in do_dirty_filesys()
/external/oprofile/events/i386/westmere/
Dunit_masks120 0x02 s_state L1 writebacks to L2 in S state
142 0x02 s_state L2 lines allocated in the S state
/external/e2fsprogs/lib/blkid/
Dprobe.h61 __u16 s_state; member

12