HomeSort by relevance Sort by last modified time
    Searched full:fragment_mutex (Results 1 - 6 of 6) sorted by null

  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 63 struct semaphore fragment_mutex; member in struct:squashfs_sb_info
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 152 extern pthread_mutex_t fragment_mutex, dup_mutex;
process_fragments.c 170 pthread_cleanup_push((void *) pthread_mutex_unlock, &fragment_mutex);
171 pthread_mutex_lock(&fragment_mutex);
mksquashfs.c 284 pthread_mutex_t fragment_mutex = PTHREAD_MUTEX_INITIALIZER; variable
    [all...]
unsquashfs.c 49 pthread_mutex_t fragment_mutex; variable
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 413 down(&msblk->fragment_mutex);
416 up(&msblk->fragment_mutex);
428 down(&msblk->fragment_mutex);
446 up(&msblk->fragment_mutex);
461 up(&msblk->fragment_mutex);
467 up(&msblk->fragment_mutex);
486 up(&msblk->fragment_mutex);
954 init_MUTEX(&msblk->fragment_mutex);
    [all...]

Completed in 65 milliseconds