Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py123 def __init__(self, msg, offset, attr_space=None): argument
161 if attr_space:
165 if miss_type in attr_space.attrs_by_val:
166 spec = attr_space.attrs_by_val[miss_type]
182 def __init__(self, data, attr_space=None): argument
187 msg = NlMsg(data, offset, attr_space=attr_space)
365 attr_space = self.attr_sets[space]
368 attr_spec = attr_space.attrs_by_val[attr.type]
421 def _decode_extack(self, request, attr_space, extack): argument
425 genl_req = GenlMsg(NlMsg(request, 0, attr_space=attr_space))
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_log_rlimit.c114 int attr_space; in xfs_log_get_max_trans_res() local
116 attr_space = xfs_log_calc_max_attrsetm_res(mp); in xfs_log_get_max_trans_res()
134 if (attr_space > log_space) { in xfs_log_get_max_trans_res()
136 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()

Completed in 5 milliseconds