Searched refs:getdirtybuf (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_softdep.c | 740 static struct buf *getdirtybuf(struct buf *, struct rwlock *, int); 7085 if ((bp = getdirtybuf(bp, BO_LOCKPTR(bo), MNT_WAIT)) == NULL) 12139 ibp = getdirtybuf(ibp, LOCK_PTR(ump), MNT_WAIT); 12455 bp = getdirtybuf(bmsafemap->sm_buf, LOCK_PTR(ump), waitfor); 12568 nbp = getdirtybuf(nbp, LOCK_PTR(ump), waitfor); in softdep_sync_buf() 12599 nbp = getdirtybuf(nbp, LOCK_PTR(ump), waitfor); in softdep_sync_buf() 12754 bp = getdirtybuf(bp, LOCK_PTR(ump), waitfor); 12820 bp = getdirtybuf(bp, LOCK_PTR(ump), MNT_WAIT); 12989 bp = getdirtybuf(bp, LOCK_PTR(ump), MNT_WAIT); 13867 getdirtybuf(bp, lock, waitfor) in getdirtybuf() function
|