Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dparams.h7 struct ovl_config;
42 struct ovl_config *config);
44 const char *ovl_xino_mode(struct ovl_config *config);
H A Dparams.c80 static const char *ovl_uuid_mode(struct ovl_config *config) in ovl_uuid_mode()
97 const char *ovl_xino_mode(struct ovl_config *config) in ovl_xino_mode()
115 static const char *ovl_redirect_mode(struct ovl_config *config) in ovl_redirect_mode()
134 static const char *ovl_verity_mode(struct ovl_config *config) in ovl_verity_mode()
151 static const char *ovl_fsync_mode(struct ovl_config *config) in ovl_fsync_mode()
368 struct ovl_config *config = &ofs->config; in ovl_add_layer()
617 struct ovl_config *config = &ofs->config; in ovl_parse_param()
877 struct ovl_config *config) in ovl_fs_params_verify()
H A Dovl_entry.h8 struct ovl_config { struct
72 struct ovl_config config;
H A Doverlayfs.h675 static inline bool ovl_is_volatile(struct ovl_config *config) in ovl_is_volatile()