Home
last modified time | relevance | path

Searched refs:this_quota (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1213 uint64_t this_quota; in adjust_total_blocks() local
1229 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()
1230 if (this_quota && this_quota < quota) in adjust_total_blocks()
1231 quota = this_quota; in adjust_total_blocks()