Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dxattr.c717 size_t strbuf_size; in hfsplus_listxattr() local
737 strbuf_size = NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN + in hfsplus_listxattr()
739 strbuf = kzalloc(strbuf_size, GFP_KERNEL); in hfsplus_listxattr()
797 memset(strbuf, 0, strbuf_size); in hfsplus_listxattr()