Searched refs:un_rdbuf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 653 if ((bp = find_bp(ul, &ul->un_rdbuf, lof)) != NULL) { in get_read_bp() 661 cb = &ul->un_rdbuf; in get_read_bp() 1275 inval_range(ul, &ul->un_rdbuf, ul->un_head_lof, nb); in ldl_sethead() 1283 inval_range(ul, &ul->un_rdbuf, ul->un_head_lof, nb); in ldl_sethead() 1291 inval_range(ul, &ul->un_rdbuf, ul->un_bol_lof, nb); in ldl_sethead() 1501 alloc_rdbuf(&ul->un_rdbuf, bufsize, bufsize); in ldl_logscan_begin() 1530 alloc_rdbuf(&ul->un_rdbuf, MAPBLOCKSIZE, MAPBLOCKSIZE); in ldl_logscan_end()
|
H A D | lufs.c | 245 free_cirbuf(&ul->un_rdbuf); in lufs_unsnarf()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 220 cirbuf_t un_rdbuf; /* read buffer space */ member
|