Home
last modified time | relevance | path

Searched refs:alloc_len (Results 1 – 3 of 3) sorted by relevance

/net/ceph/
Dbuffer.c26 b->alloc_len = len; in ceph_buffer_new()
Dauth_x.c299 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer()
/net/core/
Ddev.c1910 int alloc_len = XPS_MIN_MAP_ALLOC; in expand_xps_map() local
1921 if (pos < map->alloc_len) in expand_xps_map()
1924 alloc_len = map->alloc_len * 2; in expand_xps_map()
1928 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()
1935 new_map->alloc_len = alloc_len; in expand_xps_map()