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

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.c530 static struct super_block *sf_get_sb(struct file_system_type *fs_type, int flags, argument
534 return get_sb_nodev(fs_type, flags, data, sf_read_super_26);
537 static int sf_get_sb(struct file_system_type *fs_type, int flags, argument
541 return get_sb_nodev(fs_type, flags, data, sf_read_super_26, mnt);
544 static struct dentry *sf_mount(struct file_system_type *fs_type, int flags, argument
548 return mount_nodev(fs_type, flags, data, sf_read_super_26);

Completed in 44 milliseconds