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.py192 def __init__(self, msg, offset, attr_space=None): argument
233 if attr_space:
234 self.annotate_extack(attr_space)
260 def annotate_extack(self, attr_space): argument
266 if miss_type in attr_space.attrs_by_val:
267 spec = attr_space.attrs_by_val[miss_type]
445 def __init__(self, attr_space, attrs, outer = None): argument
447 inner_scope = self.SpecValuesPair(attr_space, attrs)
749 raise Exception(f"Unknown attribute-set '{attr_space}' when decoding '{attr_spec.name}'")
755 attr_space
[all...]