Searched refs:ffs_opts (Results 1 – 1 of 1) sorted by relevance
3030 struct f_fs_opts *ffs_opts = in ffs_do_functionfs_bind() local3044 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()3046 ret = ffs_opts->dev->desc_ready ? 0 : -ENODEV; in ffs_do_functionfs_bind()3047 ffs_data = ffs_opts->dev->ffs_data; in ffs_do_functionfs_bind()3048 if (!ffs_opts->no_configfs) in ffs_do_functionfs_bind()3064 if (!ffs_opts->refcnt) { in ffs_do_functionfs_bind()3069 ffs_opts->refcnt++; in ffs_do_functionfs_bind()3072 return ffs_opts; in ffs_do_functionfs_bind()3242 struct f_fs_opts *ffs_opts = ffs_do_functionfs_bind(f, c); in ffs_func_bind() local3246 if (IS_ERR(ffs_opts)) in ffs_func_bind()[all …]