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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c114 int attr_space; local
116 attr_space = xfs_log_calc_max_attrsetm_res(mp);
134 if (attr_space > log_space) {
136 max_resp->tr_logres = attr_space;
/linux-master/tools/net/ynl/lib/
H A Dynl.py168 def __init__(self, msg, offset, attr_space=None):
207 if attr_space:
211 if miss_type in attr_space.attrs_by_val:
212 spec = attr_space.attrs_by_val[miss_type]
231 def __init__(self, data, attr_space=None):
236 msg = NlMsg(data, offset, attr_space=attr_space)
392 def __init__(self, attr_space, attrs, outer = None):
394 inner_scope = self.SpecValuesPair(attr_space, attrs)
656 raise Exception(f"Unknown attribute-set '{attr_space}' whe
[all...]

Completed in 127 milliseconds