Searched refs:umount_lock_holder (Results 1 – 3 of 3) sorted by relevance
1760 sbi->umount_lock_holder = current; in f2fs_freeze()1765 sbi->umount_lock_holder = NULL; in f2fs_freeze()2350 sbi->umount_lock_holder = current; in f2fs_remount()2586 sbi->umount_lock_holder = NULL; in f2fs_remount()2628 sbi->umount_lock_holder = NULL; in f2fs_remount()2999 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_sync()3044 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_on()3091 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_off()4772 sbi->umount_lock_holder = current; in f2fs_fill_super()4902 sbi->umount_lock_holder = NULL; in f2fs_fill_super()[all …]
1233 bool need_lock = sbi->umount_lock_holder != current; in block_operations()1857 sbi->umount_lock_holder == current) { in f2fs_issue_checkpoint()
1680 struct task_struct *umount_lock_holder; /* s_umount lock holder */ member