Lines Matching refs:ovl_fs
220 static void ovl_free_fs(struct ovl_fs *ofs)
260 struct ovl_fs *ofs = sb->s_fs_info;
268 struct ovl_fs *ofs = sb->s_fs_info;
316 struct ovl_fs *ofs = dentry->d_sb->s_fs_info;
333 static bool ovl_force_readonly(struct ovl_fs *ofs)
363 struct ovl_fs *ofs = sb->s_fs_info;
391 struct ovl_fs *ofs = sb->s_fs_info;
714 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs,
867 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs,
882 struct ovl_fs *ofs, int *stack_depth)
1107 static int ovl_report_in_use(struct ovl_fs *ofs, const char *name)
1120 static int ovl_get_upper(struct super_block *sb, struct ovl_fs *ofs,
1265 static int ovl_create_volatile_dirty(struct ovl_fs *ofs)
1283 static int ovl_make_workdir(struct super_block *sb, struct ovl_fs *ofs,
1399 static int ovl_get_workdir(struct super_block *sb, struct ovl_fs *ofs,
1442 static int ovl_get_indexdir(struct super_block *sb, struct ovl_fs *ofs,
1510 static bool ovl_lower_uuid_ok(struct ovl_fs *ofs, const uuid_t *uuid)
1547 static int ovl_get_fsid(struct ovl_fs *ofs, const struct path *path)
1585 static int ovl_get_layers(struct super_block *sb, struct ovl_fs *ofs,
1707 struct ovl_fs *ofs, struct ovl_layer *layers)
1770 static int ovl_check_layer(struct super_block *sb, struct ovl_fs *ofs,
1804 struct ovl_fs *ofs)
1881 struct ovl_fs *ofs;
1891 ofs = kzalloc(sizeof(struct ovl_fs), GFP_KERNEL);