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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_sb.h60 struct mutex fragment_mutex; member in struct:squashfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c486 mutex_lock(&msblk->fragment_mutex);
489 mutex_unlock(&msblk->fragment_mutex);
502 mutex_lock(&msblk->fragment_mutex);
520 mutex_unlock(&msblk->fragment_mutex);
535 mutex_unlock(&msblk->fragment_mutex);
541 mutex_unlock(&msblk->fragment_mutex);
553 mutex_lock(&msblk->fragment_mutex);
558 mutex_unlock(&msblk->fragment_mutex);
563 mutex_unlock(&msblk->fragment_mutex);
1119 mutex_init(&msblk->fragment_mutex);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c301 pthread_mutex_t fragment_mutex; variable
1226 pthread_mutex_lock(&fragment_mutex);
1228 pthread_cond_wait(&fragment_waiting, &fragment_mutex);
1229 pthread_mutex_unlock(&fragment_mutex);
1264 pthread_mutex_lock(&fragment_mutex);
1266 pthread_cond_wait(&fragment_waiting, &fragment_mutex);
1267 pthread_mutex_unlock(&fragment_mutex);
1276 pthread_mutex_lock(&fragment_mutex);
1279 pthread_mutex_unlock(&fragment_mutex);
1290 pthread_mutex_unlock(&fragment_mutex);
[all...]

Completed in 125 milliseconds