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

/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.py189 def __init__(self, msg, offset, attr_space=None):
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):
282 msg = NlMsg(data, offset, attr_space=attr_space)
435 def __init__(self, attr_space, attrs, outer = None):
437 inner_scope = self.SpecValuesPair(attr_space, attrs)
712 raise Exception(f"Unknown attribute-set '{attr_space}' whe
[all...]

Completed in 214 milliseconds