Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dsuper.c22 #define VBOXSF_SUPER_MAGIC 0x786f4256 /* 'VBox' little endian */ macro
188 sb->s_magic = VBOXSF_SUPER_MAGIC; in vboxsf_fill_super()
292 stat->f_type = VBOXSF_SUPER_MAGIC; in vboxsf_statfs()