Lines Matching defs:ofs
216 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
246 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
254 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
291 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
308 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
344 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
370 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
590 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
741 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
756 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir()
965 static int ovl_get_upper(struct ovl_fs *ofs, struct path *upperpath) in ovl_get_upper()
1011 static int ovl_make_workdir(struct ovl_fs *ofs, struct path *workpath) in ovl_make_workdir()
1086 static int ovl_get_workdir(struct ovl_fs *ofs, struct path *upperpath) in ovl_get_workdir()
1128 static int ovl_get_indexdir(struct ovl_fs *ofs, struct ovl_entry *oe, in ovl_get_indexdir()
1179 static int ovl_get_fsid(struct ovl_fs *ofs, struct super_block *sb) in ovl_get_fsid()
1207 static int ovl_get_lower_layers(struct ovl_fs *ofs, struct path *stack, in ovl_get_lower_layers()
1287 struct ovl_fs *ofs) in ovl_get_lowerstack()
1376 struct ovl_fs *ofs; in ovl_fill_super() local