Home
last modified time | relevance | path

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

/linux-6.1.9/fs/vboxsf/
Dvfsmod.h15 #define DIR_BUFFER_SIZE SZ_16K macro
Dutils.c487 b->buf = kmalloc(DIR_BUFFER_SIZE, GFP_KERNEL); in vboxsf_dir_buf_alloc()
495 b->free = DIR_BUFFER_SIZE; in vboxsf_dir_buf_alloc()