Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dparams.h7 struct ovl_config;
41 struct ovl_config *config);
43 const char *ovl_xino_mode(struct ovl_config *config);
H A Dovl_entry.h8 struct ovl_config { struct
72 struct ovl_config config;
H A Dparams.c78 static const char *ovl_uuid_mode(struct ovl_config *config) in ovl_uuid_mode()
95 const char *ovl_xino_mode(struct ovl_config *config) in ovl_xino_mode()
113 static const char *ovl_redirect_mode(struct ovl_config *config) in ovl_redirect_mode()
132 static const char *ovl_verity_mode(struct ovl_config *config) in ovl_verity_mode()
340 struct ovl_config *config = &ofs->config; in ovl_add_layer()
589 struct ovl_config *config = &ofs->config; in ovl_parse_param()
820 struct ovl_config *config) in ovl_fs_params_verify()