Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c705 static struct buf *getdirtybuf(struct buf *, struct rwlock *, int);
7368 if ((bp = getdirtybuf(bp, BO_LOCKPTR(bo), MNT_WAIT)) == NULL) in trunc_dependencies()
12598 ibp = getdirtybuf(ibp, LOCK_PTR(ump), MNT_WAIT); in softdep_update_inodeblock()
12895 bp = getdirtybuf(bmsafemap->sm_buf, LOCK_PTR(ump), waitfor); in sync_cgs()
13009 nbp = getdirtybuf(nbp, LOCK_PTR(ump), waitfor); in softdep_sync_buf()
13040 nbp = getdirtybuf(nbp, LOCK_PTR(ump), waitfor); in softdep_sync_buf()
13195 bp = getdirtybuf(bp, LOCK_PTR(ump), waitfor); in flush_deplist()
13261 bp = getdirtybuf(bp, LOCK_PTR(ump), MNT_WAIT); in flush_newblk_dep()
13432 bp = getdirtybuf(bp, LOCK_PTR(ump), MNT_WAIT); in flush_pagedep_deps()
14486 getdirtybuf(struct buf *bp, in getdirtybuf() function