Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1268 uint64_t this_quota; in adjust_total_blocks() local
1284 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()