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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c816 static struct buf *getdirtybuf(struct buf *, struct rwlock *, int);
6159 /* Inline part of getdirtybuf(). We dont want bremfree. */
6911 if ((bp = getdirtybuf(bp, BO_LOCKPTR(bo), MNT_WAIT)) == NULL)
11891 ibp = getdirtybuf(ibp, &lk, MNT_WAIT);
12206 bp = getdirtybuf(bmsafemap->sm_buf, &lk, waitfor);
12311 nbp = getdirtybuf(nbp, &lk, waitfor);
12342 nbp = getdirtybuf(nbp, &lk, waitfor);
12490 bp = getdirtybuf(bp, &lk, waitfor);
12554 bp = getdirtybuf(bp, &lk, MNT_WAIT);
12708 bp = getdirtybuf(b
13408 getdirtybuf(bp, lock, waitfor) function
[all...]

Completed in 208 milliseconds