Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dshfl_hostintf.h79 #define SHFLSTRING_HEADER_SIZE 4 macro
84 return string ? SHFLSTRING_HEADER_SIZE + string->size : 0; in shfl_string_buf_size()
H A Dutils.c394 out_len = PATH_MAX - SHFLSTRING_HEADER_SIZE - 1; in vboxsf_path_from_dentry()
420 if ((SHFLSTRING_HEADER_SIZE + path_len + 1) > PATH_MAX) { in vboxsf_path_from_dentry()
H A Dsuper.c164 folder_name = kmalloc(SHFLSTRING_HEADER_SIZE + size, GFP_KERNEL); in vboxsf_fill_super()
H A Ddir.c449 ssymname = kmalloc(SHFLSTRING_HEADER_SIZE + symname_size, GFP_KERNEL); in vboxsf_dir_symlink()