Searched defs:this_quota (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1268 uint64_t this_quota; local
1284 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA);
1285 if (this_quota && this_quota < quota)
1286 quota = this_quota;

Completed in 50 milliseconds