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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dobject-list.c21 static DEFINE_RWLOCK(fscache_object_list_lock);
53 write_lock(&fscache_object_list_lock);
70 write_unlock(&fscache_object_list_lock);
81 write_lock(&fscache_object_list_lock);
86 write_unlock(&fscache_object_list_lock);
138 __acquires(&fscache_object_list_lock)
140 read_lock(&fscache_object_list_lock); variable
157 __releases(&fscache_object_list_lock)
159 read_unlock(&fscache_object_list_lock); variable

Completed in 59 milliseconds