Searched refs:_le (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1167 #define LE_GET_LSIZE(_le) BLKPROP_GET_LSIZE(_le, le_prop) argument 1168 #define LE_SET_LSIZE(_le, x) BLKPROP_SET_LSIZE(_le, le_prop, x) argument 1169 #define LE_GET_PSIZE(_le) BLKPROP_GET_PSIZE(_le, le_prop) argument 1170 #define LE_SET_PSIZE(_le, x) BLKPROP_SET_PSIZE(_le, le_prop, x) argument 1171 #define LE_GET_COMPRESS(_le) BLKPROP_GET_COMPRESS(_le, le_prop) argument 1172 #define LE_SET_COMPRESS(_le, x) BLKPROP_SET_COMPRESS(_le, le_prop, x) argument 1173 #define LE_GET_CHECKSUM(_le) BLKPROP_GET_CHECKSUM(_le, le_prop) argument 1174 #define LE_SET_CHECKSUM(_le, x) BLKPROP_SET_CHECKSUM(_le, le_prop, x) argument 1175 #define LE_GET_TYPE(_le) BLKPROP_GET_TYPE(_le, le_prop) argument 1176 #define LE_SET_TYPE(_le, x) BLKPROP_SET_TYPE(_le, le_prop, x) argument
|