Searched refs:canwrite (Results 1 – 4 of 4) sorted by relevance
274 int canwrite, clen, warned; in b_n_cut() local302 canwrite = i < col + clen; in b_n_cut()304 canwrite &= positions[1 + i]; in b_n_cut()305 if (canwrite) in b_n_cut()312 canwrite = 1; in b_n_cut()316 canwrite = 0; in b_n_cut()319 if (canwrite) in b_n_cut()
788 uint32_t canwrite, to_write; in hvs_trans_sosend() local824 canwrite = hvsock_canwrite_check(pcb); in hvs_trans_sosend()825 if (canwrite == 0) { in hvs_trans_sosend()859 to_write = MIN(canwrite, uio->uio_resid); in hvs_trans_sosend()864 canwrite, to_write); in hvs_trans_sosend()1091 uint32_t canwrite; in hvsock_chan_cb() local1124 canwrite = hvsock_canwrite_check(pcb); in hvsock_chan_cb()1127 "%s: canwrite = %u\n", __func__, canwrite); in hvsock_chan_cb()1129 if (canwrite > 0) { in hvsock_chan_cb()
1497 int canwrite; in zfs_domount() local1503 dataset_visible_zone = zone_dataset_visible(osname, &canwrite); in zfs_domount()1510 (!dataset_visible_zone || !canwrite)) { in zfs_domount()1522 if (!canwrite) in zfs_domount()
1371 int canwrite; in zfs_mount() local1435 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()