Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Dhpfs_fn.h63 struct mutex hpfs_mutex; /* global hpfs lock */ member
350 mutex_lock(&sbi->hpfs_mutex); in hpfs_lock()
356 mutex_unlock(&sbi->hpfs_mutex); in hpfs_unlock()
362 WARN_ON(!mutex_is_locked(&sbi->hpfs_mutex)); in hpfs_lock_assert()
Dsuper.c543 mutex_init(&sbi->hpfs_mutex); in hpfs_fill_super()