Home
last modified time | relevance | path

Searched refs:fragment_mutex (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c304 pthread_mutex_t fragment_mutex = PTHREAD_MUTEX_INITIALIZER; variable
1529 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in get_fragment()
1530 pthread_mutex_lock(&fragment_mutex); in get_fragment()
1624 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in lock_fragments()
1625 pthread_mutex_lock(&fragment_mutex); in lock_fragments()
1636 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in unlock_fragments()
1637 pthread_mutex_lock(&fragment_mutex); in unlock_fragments()
1677 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in write_fragment()
1678 pthread_mutex_lock(&fragment_mutex); in write_fragment()
1690 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in allocate_fragment()
[all …]
H A Dprocess_fragments.c170 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex); in get_fragment()
171 pthread_mutex_lock(&fragment_mutex); in get_fragment()
H A Dmksquashfs.h152 extern pthread_mutex_t fragment_mutex, dup_mutex;
H A Dunsquashfs.c50 pthread_mutex_t fragment_mutex; variable
2333 pthread_mutex_init(&fragment_mutex, NULL); in initialise_threads()
/aosp_15_r20/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c413 down(&msblk->fragment_mutex); in release_cached_fragment()
416 up(&msblk->fragment_mutex); in release_cached_fragment()
428 down(&msblk->fragment_mutex); in get_cached_fragment()
446 up(&msblk->fragment_mutex); in get_cached_fragment()
461 up(&msblk->fragment_mutex); in get_cached_fragment()
467 up(&msblk->fragment_mutex); in get_cached_fragment()
486 up(&msblk->fragment_mutex); in get_cached_fragment()
954 init_MUTEX(&msblk->fragment_mutex); in squashfs_read_super()
/aosp_15_r20/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs_sb.h63 struct semaphore fragment_mutex; member