Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hpfs/
Dhpfs_fn.h65 struct mutex hpfs_mutex; /* global hpfs lock */ member
366 mutex_lock(&sbi->hpfs_mutex); in hpfs_lock()
372 mutex_unlock(&sbi->hpfs_mutex); in hpfs_unlock()
378 WARN_ON(!mutex_is_locked(&sbi->hpfs_mutex)); in hpfs_lock_assert()
Dsuper.c563 mutex_init(&sbi->hpfs_mutex); in hpfs_fill_super()