Searched refs:SB_ACTIVE (Results 1 – 25 of 28) sorted by relevance
12
449 sb->s_flags &= ~SB_ACTIVE; in generic_shutdown_super()1195 sb->s_flags |= SB_ACTIVE; in vfs_get_super()1350 s->s_flags |= SB_ACTIVE; in get_tree_bdev()1425 s->s_flags |= SB_ACTIVE; in mount_bdev()1470 s->s_flags |= SB_ACTIVE; in mount_nodev()1518 s->s_flags |= SB_ACTIVE; in mount_single()
445 !atomic_read(&inode->i_count) && inode->i_sb->s_flags & SB_ACTIVE) in inode_add_lru()1630 if (!drop && (sb->s_flags & SB_ACTIVE)) { in iput_final()
519 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()
591 s->s_flags |= SB_ACTIVE; in ecryptfs_mount()
775 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_fsync_data()
694 sbi->sb->s_flags |= SB_ACTIVE; in f2fs_recover_orphan_inodes()
1667 if (unlikely(!(sbi->sb->s_flags & SB_ACTIVE))) { in f2fs_gc()
1285 s->s_flags |= SB_ACTIVE; in nfs_get_tree_common()
1478 if (!(dentry->d_sb->s_flags & SB_ACTIVE)) { in nfs_dentry_delete()
1320 s->s_flags |= SB_ACTIVE; in nilfs_mount()
1978 int during_mount = !(sci->sc_super->s_flags & SB_ACTIVE); in nilfs_segctor_drop_written_files()
724 mp->m_super->s_flags |= SB_ACTIVE; in xfs_log_mount_finish()728 mp->m_super->s_flags &= ~SB_ACTIVE; in xfs_log_mount_finish()
855 sb->s_flags |= SB_ACTIVE; in cifs_smb3_do_mount()
1471 sb->s_flags |= SB_ACTIVE; in virtio_fs_get_tree()
124 if (inode->i_sb->s_flags & SB_ACTIVE) { in fuse_evict_inode()
346 sb->s_flags |= SB_ACTIVE; in fuse_dentry_automount()
1335 sb->s_flags |= SB_ACTIVE; in btrfs_fill_super()
1359 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in cluster_pages_for_defrag()1516 if (!(inode->i_sb->s_flags & SB_ACTIVE)) in btrfs_defrag_file()
2315 sb->s_flags |= SB_ACTIVE; in ubifs_mount()
1366 #define SB_ACTIVE (1<<30) macro