| 106 | int zfs_abd_scatter_enabled = B_TRUE; |
| 107 | |
| 108 | boolean_t |
| 109 | abd_is_linear(abd_t *abd) |
| 110 | { |
| 111 | return ((abd->abd_flags & ABD_FLAG_LINEAR) != 0 ? B_TRUE : B_FALSE); |
| 112 | } |
| 113 | |
| 114 | boolean_t |
| 115 | abd_is_linear_page(abd_t *abd) |
no outgoing calls
no test coverage detected