Home | History | Annotate | Download | only in include

Lines Matching refs:fstab

24 struct fstab {
43 struct fstab *fs_mgr_read_fstab(const char *fstab_path);
44 void fs_mgr_free_fstab(struct fstab *fstab);
45 int fs_mgr_mount_all(struct fstab *fstab);
46 int fs_mgr_do_mount(struct fstab *fstab, char *n_name, char *n_blk_device,
49 int fs_mgr_unmount_all(struct fstab *fstab);
50 int fs_mgr_get_crypt_info(struct fstab *fstab, char *key_loc,
52 int fs_mgr_add_entry(struct fstab *fstab,
55 struct fstab_rec *fs_mgr_get_entry_for_mount_point(struct fstab *fstab, const char *path);
56 int fs_mgr_is_voldmanaged(struct fstab_rec *fstab);
57 int fs_mgr_is_nonremovable(struct fstab_rec *fstab);
58 int fs_mgr_is_encryptable(struct fstab_rec *fstab);