Searched refs:attr_space (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_log_rlimit.c | 160 int attr_space; in xfs_log_get_max_trans_res() local 162 attr_space = xfs_log_calc_max_attrsetm_res(mp); in xfs_log_get_max_trans_res() 180 if (attr_space > log_space) { in xfs_log_get_max_trans_res() 182 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
|
| /linux-6.15/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 192 def __init__(self, msg, offset, attr_space=None): argument 233 if attr_space: 237 if miss_type in attr_space.attrs_by_val: 238 spec = attr_space.attrs_by_val[miss_type] 280 def __init__(self, data, attr_space=None): argument 285 msg = NlMsg(data, offset, attr_space=attr_space) 440 def __init__(self, attr_space, attrs, outer = None): argument 442 inner_scope = self.SpecValuesPair(attr_space, attrs) 735 attr_space = self.attr_sets[space] 740 attr_spec = attr_space.attrs_by_val[attr.type] [all …]
|