Home
last modified time | relevance | path

Searched refs:BMAP_LOCK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_dmap.c49 * a single exclusive lock (BMAP_LOCK) is used to guard this information
51 * (lock ordering: IREAD_LOCK, BMAP_LOCK);
58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) macro
637 BMAP_LOCK(bmp); in dbNextAG()
2312 BMAP_LOCK(bmp); in dbAllocBits()
2456 BMAP_LOCK(bmp); in dbFreeBits()
3375 BMAP_LOCK(bmp); in dbAllocDmapBU()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dmap.c49 * a single exclusive lock (BMAP_LOCK) is used to guard this information
51 * (lock ordering: IREAD_LOCK, BMAP_LOCK);
58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) macro
637 BMAP_LOCK(bmp); in dbNextAG()
2244 BMAP_LOCK(bmp); in dbAllocBits()
2388 BMAP_LOCK(bmp); in dbFreeBits()
3311 BMAP_LOCK(bmp); in dbAllocDmapBU()

Completed in 8 milliseconds