Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.h167 struct semaphore pb_iodonesema; /* Semaphore for I/O waiters */ member
530 #define XFS_BUF_V_IODONESEMA(bp) up(&bp->pb_iodonesema);
Dxfs_buf.c292 init_MUTEX_LOCKED(&pb->pb_iodonesema); in _pagebuf_initialize()
1260 up(&pb->pb_iodonesema); in pagebuf_iodone()
1818 down(&pb->pb_iodonesema); in pagebuf_iowait()