Home
last modified time | relevance | path

Searched refs:hpfs_mutex (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dhpfs_fn.h65 struct mutex hpfs_mutex; /* global hpfs lock */ member
368 mutex_lock(&sbi->hpfs_mutex); in hpfs_lock()
374 mutex_unlock(&sbi->hpfs_mutex); in hpfs_unlock()
380 WARN_ON(!mutex_is_locked(&sbi->hpfs_mutex)); in hpfs_lock_assert()
Dsuper.c569 mutex_init(&sbi->hpfs_mutex); in hpfs_fill_super()