Searched defs:follow_symlinks (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.c566 static int follow_symlinks = 0; variable
567 module_param(follow_symlinks, int, 0);
568 MODULE_PARM_DESC(follow_symlinks, "Let host resolve symlinks rather than showing them");
622 if (!follow_symlinks)

Completed in 43 milliseconds