HomeSort by: relevance | last modified time | path
    Searched defs:brelse (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/dkscan_bsdlabel/
dkscan_bsdlabel.c 61 brelse(struct buf *bp, int set) function in typeref:typename:void
  /src/usr.sbin/makefs/ffs/
buf.c 106 brelse(*bpp, 0);
117 brelse(struct buf *bp, int u1 __unused) function in typeref:typename:void
168 brelse(bp, 0);
184 * aren't brelse()d
  /src/sbin/fsck_lfs/
bufcache.c 299 brelse(bp, 0);
304 brelse(struct ubuf * bp, int set) function in typeref:typename:void
  /src/sys/kern/
vfs_bio.c 177 SDT_PROBE_DEFINE2(io, kernel, , brelse, "struct buf *"/*bp*/, "int"/*set*/);
719 brelse(bp, 0);
763 brelse(bp, 0);
808 brelse(bp, 0);
919 brelse(bp, 0);
998 brelse(bp, 0);
1025 SDT_PROBE2(io, kernel, , brelse, bp, set);
1166 brelse(buf_t *bp, int set) function in typeref:typename:void
1582 /* brelse() will return the buffer to the global buffer pool */
1650 * to do async stuff too, and doesn't want the buffer brelse()'d
    [all...]

Completed in 22 milliseconds