Searched refs:SB_ACTIVE (Results 1 – 25 of 27) sorted by relevance
12
449 sb->s_flags &= ~SB_ACTIVE; in generic_shutdown_super()1193 sb->s_flags |= SB_ACTIVE; in vfs_get_super()1346 s->s_flags |= SB_ACTIVE; in get_tree_bdev()1421 s->s_flags |= SB_ACTIVE; in mount_bdev()1466 s->s_flags |= SB_ACTIVE; in mount_nodev()1514 s->s_flags |= SB_ACTIVE; in mount_single()
441 !atomic_read(&inode->i_count) && inode->i_sb->s_flags & SB_ACTIVE) in inode_add_lru()1543 if (!drop && (sb->s_flags & SB_ACTIVE)) { in iput_final()
518 if (!(inode->i_sb->s_flags & SB_ACTIVE) || in inode_switch_wbs()
83 sb->s_flags |= SB_ACTIVE; in mtd_get_sb()
578 sb->s_flags |= SB_ACTIVE; in afs_get_tree()581 ASSERTCMP(sb->s_flags, &, SB_ACTIVE); in afs_get_tree()
86 sb->s_flags |= SB_ACTIVE | SB_DIRSYNC; in v9fs_fill_super()
322 sb->s_flags |= SB_ACTIVE; in kernfs_get_tree()
124 if (sb_rdonly(s) || !(s->s_flags & SB_ACTIVE)) in reiserfs_schedule_old_flush()255 if (s->s_flags & SB_ACTIVE) { in finish_unfinished()259 s->s_flags |= SB_ACTIVE; in finish_unfinished()414 s->s_flags &= ~SB_ACTIVE; in finish_unfinished()
591 s->s_flags |= SB_ACTIVE; in ecryptfs_mount()
737 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_fsync_data()
1281 if (unlikely(!(sbi->sb->s_flags & SB_ACTIVE))) { in f2fs_gc()
689 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_orphan_inodes()
1514 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_disable_checkpoint()
1318 s->s_flags |= SB_ACTIVE; in nilfs_mount()
1973 int during_mount = !(sci->sc_super->s_flags & SB_ACTIVE); in nilfs_segctor_drop_written_files()
1198 sb->s_flags |= SB_ACTIVE; in virtio_fs_get_tree()
113 if (inode->i_sb->s_flags & SB_ACTIVE) { in fuse_evict_inode()
763 mp->m_super->s_flags |= SB_ACTIVE; in xfs_log_mount_finish()767 mp->m_super->s_flags &= ~SB_ACTIVE; in xfs_log_mount_finish()
839 sb->s_flags |= SB_ACTIVE; in cifs_smb3_do_mount()
1235 sb->s_flags |= SB_ACTIVE; in btrfs_fill_super()
1320 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in cluster_pages_for_defrag()1479 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in btrfs_defrag_file()
2275 sb->s_flags |= SB_ACTIVE; in ubifs_mount()
1316 if (!(dentry->d_sb->s_flags & SB_ACTIVE)) { in nfs_dentry_delete()
2717 s->s_flags |= SB_ACTIVE; in nfs_fs_mount_common()
1382 #define SB_ACTIVE (1<<30) macro