Home
last modified time | relevance | path

Searched refs:EXT2_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c145 EXT2_UNLOCK(ump); in ext2_alloc()
165 EXT2_UNLOCK(ip->i_ump); in ext2_alloc_meta()
299 EXT2_UNLOCK(ump); in ext2_reallocblks()
486 EXT2_UNLOCK(ump); in ext2_valloc()
1014 EXT2_UNLOCK(ump); in ext2_alloccg()
1134 EXT2_UNLOCK(ump); in ext2_alloccg()
1166 EXT2_UNLOCK(ump); in ext2_clusteralloc()
1197 EXT2_UNLOCK(ump); in ext2_clusteralloc()
1243 EXT2_UNLOCK(ump); in ext2_clusteralloc()
1323 EXT2_UNLOCK(ump); in ext2_nodealloccg()
[all …]
H A Dext2_mount.h62 #define EXT2_UNLOCK(aa) mtx_unlock(&(aa)->um_lock) macro