OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_cache_mutex
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h
62
struct semaphore
block_cache_mutex
;
member in struct:squashfs_sb_info
/external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c
280
down(&msblk->
block_cache_mutex
);
297
up(&msblk->
block_cache_mutex
);
312
up(&msblk->
block_cache_mutex
);
318
up(&msblk->
block_cache_mutex
);
329
down(&msblk->
block_cache_mutex
);
337
up(&msblk->
block_cache_mutex
);
352
up(&msblk->
block_cache_mutex
);
361
up(&msblk->
block_cache_mutex
);
953
init_MUTEX(&msblk->
block_cache_mutex
);
[
all
...]
Completed in 216 milliseconds