• Home
  • Raw
  • Download

Lines Matching defs:ofs

216 static void ovl_free_fs(struct ovl_fs *ofs)  in ovl_free_fs()
252 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
260 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
297 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
314 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
350 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
376 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
618 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
769 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
784 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir()
1017 static int ovl_report_in_use(struct ovl_fs *ofs, const char *name) in ovl_report_in_use()
1030 static int ovl_get_upper(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_upper()
1080 static int ovl_make_workdir(struct super_block *sb, struct ovl_fs *ofs, in ovl_make_workdir()
1160 static int ovl_get_workdir(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_workdir()
1203 static int ovl_get_indexdir(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_indexdir()
1259 static int ovl_get_fsid(struct ovl_fs *ofs, struct super_block *sb) in ovl_get_fsid()
1287 static int ovl_get_lower_layers(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_lower_layers()
1389 struct ovl_fs *ofs) in ovl_get_lowerstack()
1478 static int ovl_check_layer(struct super_block *sb, struct ovl_fs *ofs, in ovl_check_layer()
1511 struct ovl_fs *ofs) in ovl_check_overlapping_layers()
1549 struct ovl_fs *ofs; in ovl_fill_super() local