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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify_user.c50 * inotify_dev->up_mutex (ensures we don't re-add the same watch)
76 struct mutex up_mutex; /* synchronizes watch updates */ member in struct:inotify_device
361 * Callers must hold dev->up_mutex.
591 mutex_init(&dev->up_mutex);
645 mutex_lock(&dev->up_mutex);
649 mutex_unlock(&dev->up_mutex);

Completed in 99 milliseconds