Home
last modified time | relevance | path

Searched defs:fs_context (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfs_context.h90 struct fs_context { struct
91 const struct fs_context_operations *ops; argument
108 enum fs_context_purpose purpose:8; argument
116 void (*free)(struct fs_context *fc); argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfs_context.h90 struct fs_context { struct
91 const struct fs_context_operations *ops; argument
108 enum fs_context_purpose purpose:8; argument
116 void (*free)(struct fs_context *fc); argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfs_context.h90 struct fs_context { struct
91 const struct fs_context_operations *ops; argument
108 enum fs_context_purpose purpose:8; argument
116 void (*free)(struct fs_context *fc); argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/
H A Dmtdsuper.c56 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb()
98 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/
H A Dmtdsuper.c56 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb()
98 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/
H A Dmtdsuper.c56 static int mtd_get_sb(struct fs_context *fc, in mtd_get_sb()
98 static int mtd_get_sb_by_nr(struct fs_context *fc, int mtdnr, in mtd_get_sb_by_nr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/sharesheet/
H A Dnearby_share_action.cc36 storage::FileSystemContext* fs_context = in ResolveFileUrls() local
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcsftp/
H A Dsilcsftp_fs.h282 void *fs_context; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc68 scoped_refptr<storage::FileSystemContext> fs_context = in GetFileSystemURL() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc68 scoped_refptr<storage::FileSystemContext> fs_context = in GetFileSystemURL() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dsuper.c512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
513 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
1228 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dsuper.c512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
513 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
1228 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dsuper.c512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc()
513 int (*test)(struct super_block *, struct fs_context *), in sget_fc()
1228 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/holding_space/
H A Dholding_space_keyed_service_unittest.cc303 storage::FileSystemContext* fs_context = in GetVirtualPathFromUrl() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc176 TestMediaFileSystemContext* fs_context, in CheckGalleryInfo()