Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvfsmod.h15 #define DIR_BUFFER_SIZE SZ_16K macro
H A Dutils.c467 b->buf = kmalloc(DIR_BUFFER_SIZE, GFP_KERNEL); in vboxsf_dir_buf_alloc()
475 b->free = DIR_BUFFER_SIZE; in vboxsf_dir_buf_alloc()