Searched refs:attr_space (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
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.12.1/tools/net/ynl/lib/ |
D | ynl.py | 189 def __init__(self, msg, offset, attr_space=None): argument 230 if attr_space: 234 if miss_type in attr_space.attrs_by_val: 235 spec = attr_space.attrs_by_val[miss_type] 277 def __init__(self, data, attr_space=None): argument 282 msg = NlMsg(data, offset, attr_space=attr_space) 437 def __init__(self, attr_space, attrs, outer = None): argument 439 inner_scope = self.SpecValuesPair(attr_space, attrs) 720 attr_space = self.attr_sets[space] 721 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs) [all …]
|