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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c2113 struct buf *jinfo_bp, *bp; local
2137 jinfo_bp = NULL;
2141 hfsmp->hfs_physical_block_size, cred, &jinfo_bp);
2143 if (jinfo_bp) {
2144 buf_brelse(jinfo_bp);
2149 jibp = (JournalInfoBlock *)buf_dataptr(jinfo_bp);
2174 buf_brelse(jinfo_bp);
2205 buf_brelse(jinfo_bp);
2236 buf_bwrite(jinfo_bp);
2237 jinfo_bp
2319 struct buf *jinfo_bp; local
[all...]

Completed in 71 milliseconds