Searched refs:fuse_mutex (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/fuse/
H A Dcontrol.c19 * exists. Protected by fuse_mutex
26 mutex_lock(&fuse_mutex);
30 mutex_unlock(&fuse_mutex);
250 * must hold fuse_mutex
289 * Caller must hold fuse_mutex
320 mutex_lock(&fuse_mutex);
327 mutex_unlock(&fuse_mutex);
331 mutex_unlock(&fuse_mutex);
355 mutex_lock(&fuse_mutex);
359 mutex_unlock(&fuse_mutex);
[all...]
H A Dinode.c34 DEFINE_MUTEX(fuse_mutex); variable
1740 mutex_lock(&fuse_mutex);
1753 mutex_unlock(&fuse_mutex);
1757 mutex_unlock(&fuse_mutex);
1933 mutex_lock(&fuse_mutex);
1936 mutex_unlock(&fuse_mutex);
H A Dfuse_i.h54 extern struct mutex fuse_mutex;
H A Ddev.c2335 mutex_lock(&fuse_mutex);
2337 mutex_unlock(&fuse_mutex);

Completed in 123 milliseconds