Home
last modified time | relevance | path

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

/Linux-v6.6/fs/befs/
Dbefs.h23 struct befs_mount_options { struct
59 struct befs_mount_options mount_opts;
Dlinuxvfs.c60 static int parse_options(char *, struct befs_mount_options *);
692 parse_options(char *options, struct befs_mount_options *opts) in parse_options()
771 struct befs_mount_options *opts = &befs_sb->mount_opts; in befs_show_options()