Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsysfile.c101 mutex_lock(&osb->system_file_mutex); in ocfs2_get_system_file_inode()
105 mutex_unlock(&osb->system_file_mutex); in ocfs2_get_system_file_inode()
119 mutex_unlock(&osb->system_file_mutex); in ocfs2_get_system_file_inode()
H A Docfs2.h497 struct mutex system_file_mutex; member