Searched refs:umount_lock_holder (Results 1 – 3 of 3) sorted by relevance
2131 sbi->umount_lock_holder = current; in f2fs_freeze()2136 sbi->umount_lock_holder = NULL; in f2fs_freeze()2792 sbi->umount_lock_holder = current; in __f2fs_remount()3014 sbi->umount_lock_holder = NULL; in __f2fs_remount()3057 sbi->umount_lock_holder = NULL; in __f2fs_remount()3421 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_sync()3423 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_sync()3442 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_on()3468 F2FS_SB(sb)->umount_lock_holder = NULL; in f2fs_quota_on()3503 F2FS_SB(sb)->umount_lock_holder = current; in f2fs_quota_off()[all …]
1430 bool need_lock = sbi->umount_lock_holder != current; in block_operations()2100 sbi->umount_lock_holder == current) { in f2fs_issue_checkpoint()
1855 struct task_struct *umount_lock_holder; /* s_umount lock holder */ member