Searched refs:umount_lock_holder (Results 1 – 3 of 3) sorted by relevance
2172 sbi->umount_lock_holder = current; in f2fs_freeze()2177 sbi->umount_lock_holder = NULL; in f2fs_freeze()2855 sbi->umount_lock_holder = current; in __f2fs_remount()3085 sbi->umount_lock_holder = NULL; in __f2fs_remount()3128 sbi->umount_lock_holder = NULL; in __f2fs_remount()3492 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_sync()3494 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_sync()3513 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_on()3539 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_on()3574 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_off()[all …]
1532 bool need_lock = sbi->umount_lock_holder != current; in block_operations()2202 sbi->umount_lock_holder == current) { in f2fs_issue_checkpoint()
1901 struct task_struct *umount_lock_holder; /* s_umount lock holder */ member