Searched refs:SB_ACTIVE (Results 1 – 25 of 27) sorted by relevance
12
449 sb->s_flags &= ~SB_ACTIVE; in generic_shutdown_super()1196 sb->s_flags |= SB_ACTIVE; in vfs_get_super()1351 s->s_flags |= SB_ACTIVE; in get_tree_bdev()1426 s->s_flags |= SB_ACTIVE; in mount_bdev()1471 s->s_flags |= SB_ACTIVE; in mount_nodev()1519 s->s_flags |= SB_ACTIVE; in mount_single()
446 !atomic_read(&inode->i_count) && inode->i_sb->s_flags & SB_ACTIVE) in inode_add_lru()1633 (sb->s_flags & SB_ACTIVE)) { in iput_final()
526 if (!(inode->i_sb->s_flags & SB_ACTIVE) || in inode_switch_wbs()
83 sb->s_flags |= SB_ACTIVE; in mtd_get_sb()
590 sb->s_flags |= SB_ACTIVE; in afs_get_tree()593 ASSERTCMP(sb->s_flags, &, SB_ACTIVE); in afs_get_tree()
88 sb->s_flags |= SB_ACTIVE | SB_DIRSYNC; in v9fs_fill_super()
345 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()
597 s->s_flags |= SB_ACTIVE; in ecryptfs_mount()
792 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_fsync_data()
702 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_orphan_inodes()
1719 if (unlikely(!(sbi->sb->s_flags & SB_ACTIVE))) { in f2fs_gc()
1319 s->s_flags |= SB_ACTIVE; in nilfs_mount()
1987 int during_mount = !(sci->sc_super->s_flags & SB_ACTIVE); in nilfs_segctor_drop_written_files()
1294 s->s_flags |= SB_ACTIVE; in nfs_get_tree_common()
1488 if (!(dentry->d_sb->s_flags & SB_ACTIVE)) { in nfs_dentry_delete()
743 mp->m_super->s_flags |= SB_ACTIVE; in xfs_log_mount_finish()747 mp->m_super->s_flags &= ~SB_ACTIVE; in xfs_log_mount_finish()
861 sb->s_flags |= SB_ACTIVE; in cifs_smb3_do_mount()
1480 sb->s_flags |= SB_ACTIVE; in virtio_fs_get_tree()
127 if (inode->i_sb->s_flags & SB_ACTIVE) { in fuse_evict_inode()
354 sb->s_flags |= SB_ACTIVE; in fuse_dentry_automount()
1360 sb->s_flags |= SB_ACTIVE; in btrfs_fill_super()
1372 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in cluster_pages_for_defrag()1567 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in btrfs_defrag_file()
2317 sb->s_flags |= SB_ACTIVE; in ubifs_mount()
1373 #define SB_ACTIVE (1<<30) macro