Searched refs:this_quota (Results 1 – 1 of 1) sorted by relevance
1268 uint64_t this_quota; in adjust_total_blocks() local1284 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()1285 if (this_quota && this_quota < quota) in adjust_total_blocks()1286 quota = this_quota; in adjust_total_blocks()