Home | History | Annotate | Download | only in include

Lines Matching refs:fstab

44  * The entries must be kept in the same order as they were seen in the fstab.
48 struct fstab {
71 typedef void (*fs_mgr_verity_state_callback)(struct fstab_rec *fstab,
74 struct fstab *fs_mgr_read_fstab(const char *fstab_path);
75 void fs_mgr_free_fstab(struct fstab *fstab);
84 int fs_mgr_mount_all(struct fstab *fstab);
88 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
91 int fs_mgr_unmount_all(struct fstab *fstab);
92 int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc,
96 int fs_mgr_add_entry(struct fstab *fstab,
99 struct fstab_rec *fs_mgr_get_entry_for_mount_point(struct fstab *fstab, const char *path);
100 int fs_mgr_is_voldmanaged(const struct fstab_rec *fstab);
101 int fs_mgr_is_nonremovable(const struct fstab_rec *fstab);
102 int fs_mgr_is_verified(const struct fstab_rec *fstab);
103 int fs_mgr_is_encryptable(const struct fstab_rec *fstab);
104 int fs_mgr_is_file_encrypted(const struct fstab_rec *fstab);
105 int fs_mgr_is_noemulatedsd(const struct fstab_rec *fstab);
106 int fs_mgr_is_notrim(struct fstab_rec *fstab);
107 int fs_mgr_is_formattable(struct fstab_rec *fstab);
108 int fs_mgr_swapon_all(struct fstab *fstab);
110 int fs_mgr_do_format(struct fstab_rec *fstab);