Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_attr_list.c64 int sbsize, nsbuf, count, i; in xfs_attr_shortform_list() local
116 sbsize = sf->hdr.count * sizeof(*sbuf); in xfs_attr_shortform_list()
117 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list()