/external/e2fsprogs/lib/ext2fs/ |
D | closefs.c | 234 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()
|
D | swapfs.c | 43 sb->s_state = ext2fs_swab16(sb->s_state); in ext2fs_swap_super()
|
D | initialize.c | 149 super->s_state = EXT2_VALID_FS; in ext2fs_initialize()
|
D | ext2_fs.h | 516 __u16 s_state; /* File system state */ member
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 65 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()
|
D | ext2.descriptors | 135 __u16 s_state; /* File system state */
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 312 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()
|
D | super.c | 247 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()
|
D | journal.c | 194 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()
|
D | util.c | 265 fs->super->s_state |= EXT2_ERROR_FS; in preenhalt()
|
/external/e2fsprogs/resize/ |
D | main.c | 441 (fs->super->s_state & EXT2_ERROR_FS) || in main() 442 ((fs->super->s_state & EXT2_VALID_FS) == 0))) { in main()
|
D | resize2fs.c | 87 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/ |
D | unit_masks | 97 …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/ |
D | tune2fs.c | 450 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/ |
D | jfs.h | 191 u32 s_state; /* 4: mount/unmount/recovery state: member
|
D | fsys_minix.c | 127 __u16 s_state; member
|
D | fsys_ext2fs.c | 73 __u16 s_state; /* File system state */ member
|
D | fsys_reiserfs.c | 69 __u16 s_state; /* valid or error */ member
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 213 print_fs_state (f, sb->s_state); in list_super2()
|
/external/kernel-headers/original/linux/ |
D | ext2_fs.h | 358 __le16 s_state; /* File system state */ member
|
D | ext3_fs.h | 429 __le16 s_state; /* File system state */ member
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 86 { "state", &set_sb.s_state, 2, parse_uint },
|
D | debugfs.c | 392 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/ |
D | unit_masks | 120 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/ |
D | probe.h | 61 __u16 s_state; member
|