Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c164 int attr_space; in xfs_log_get_max_trans_res() local
166 attr_space = xfs_log_calc_max_attrsetm_res(mp); in xfs_log_get_max_trans_res()
184 if (attr_space > log_space) { in xfs_log_get_max_trans_res()
186 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py215 def __init__(self, msg, offset, attr_space=None): argument
256 if attr_space:
257 self.annotate_extack(attr_space)
283 def annotate_extack(self, attr_space): argument
289 if miss_type in attr_space.attrs_by_val:
290 spec = attr_space.attrs_by_val[miss_type]
469 def __init__(self, attr_space, attrs, outer = None): argument
471 inner_scope = self.SpecValuesPair(attr_space, attrs)
802 attr_space = self.attr_sets[space]
803 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs)
[all …]