Home
last modified time | relevance | path

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

/linux-6.15/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.c79 static const char *ovl_uuid_mode(struct ovl_config *config) in ovl_uuid_mode()
96 const char *ovl_xino_mode(struct ovl_config *config) in ovl_xino_mode()
114 static const char *ovl_redirect_mode(struct ovl_config *config) in ovl_redirect_mode()
133 static const char *ovl_verity_mode(struct ovl_config *config) in ovl_verity_mode()
342 struct ovl_config *config = &ofs->config; in ovl_add_layer()
591 struct ovl_config *config = &ofs->config; in ovl_parse_param()
845 struct ovl_config *config) in ovl_fs_params_verify()