Searched defs:fsid (Results 1 - 16 of 16) sorted by last modified time

/external/tcpdump/
H A Dprint-nfs.c890 my_fsid fsid; local
908 Parse_fh((const u_char *)dp, len, &fsid, &ino, NULL, &sfsname, 0);
925 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor);
928 if(fsid.Fsid_dev.Minor == 257)
930 (void)printf("%s", fsid.Opaque_Handle);
1217 printf(" fsid %" PRIx64,
1232 printf(" nlink %d rdev %x fsid %x nodeid %x a/m/ctime",
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h183 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ member in struct:btrfs_ioctl_fs_info_args
H A Dcramfs_fs.h60 struct cramfs_info fsid; /* unique filesystem info */ member in struct:cramfs_super
71 #define CRAMFS_FLAG_FSID_VERSION_2 0x00000001 /* fsid version #2 */
H A Ddlm_plock.h37 __u32 fsid; member in struct:dlm_plock_info
/external/e2fsprogs/lib/blkid/
H A Dprobe.h680 __u8 fsid[BTRFS_UUID_SIZE]; member in struct:btrfs_dev_item
690 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */ member in struct:btrfs_super_block
/external/chromium_org/ppapi/proxy/
H A Dfile_system_resource.cc127 const std::string& fsid,
138 PpapiHostMsg_FileSystem_InitIsolatedFileSystem(fsid, type),
143 PpapiHostMsg_FileSystem_InitIsolatedFileSystem(fsid, type),
126 InitIsolatedFileSystem( const std::string& fsid, PP_IsolatedFileSystemType_Private type, const base::Callback<void(int32_t)>& callback) argument
H A Disolated_file_system_private_resource.cc62 const std::string& fsid) {
77 fsid, type, base::Bind(&RunTrackedCallback, callback));
57 OnBrowserOpenComplete( PP_IsolatedFileSystemType_Private type, PP_Resource* file_system_resource, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const std::string& fsid) argument
/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.cc313 std::string fsid = base::FilePath(*component_iter++).MaybeAsASCII(); local
314 if (fsid.empty())
320 IDToInstance::const_iterator found_instance = instance_map_.find(fsid);
323 *id_or_name = fsid;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.cc119 const std::string& fsid,
127 if (!storage::ValidateIsolatedFileSystemId(fsid))
140 url.GetOrigin(), fsid, root_name));
117 OnHostMsgInitIsolatedFileSystem( ppapi::host::HostMessageContext* context, const std::string& fsid, PP_IsolatedFileSystemType_Private type) argument
/external/chromium_org/content/browser/fileapi/
H A Dtransient_file_util_unittest.cc48 std::string fsid = isolated_context->RegisterFileSystemForPath( local
53 ASSERT_TRUE(!fsid.empty());
55 fsid).AppendASCII(name);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc255 const std::string& fsid,
259 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_ERROR_FAILED);
266 fsid,
269 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_ERROR_FAILED);
276 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_OK);
279 OpenPluginPrivateFileSystem(reply_context, fsid, file_system_context_);
283 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_ERROR_BADARGUMENT);
290 const std::string& fsid,
295 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_ERROR_FAILED);
301 SendReplyForIsolatedFileSystem(reply_context, fsid, PP_ERROR_BADARGUMEN
253 OpenIsolatedFileSystem( ppapi::host::ReplyMessageContext reply_context, const std::string& fsid, PP_IsolatedFileSystemType_Private type, scoped_refptr<storage::FileSystemContext> file_system_context) argument
288 OpenPluginPrivateFileSystem( ppapi::host::ReplyMessageContext reply_context, const std::string& fsid, scoped_refptr<storage::FileSystemContext> file_system_context) argument
318 OpenPluginPrivateFileSystemComplete( ppapi::host::ReplyMessageContext reply_context, const std::string& fsid, base::File::Error error) argument
328 OnHostMsgInitIsolatedFileSystem( ppapi::host::HostMessageContext* context, const std::string& fsid, PP_IsolatedFileSystemType_Private type) argument
399 SendReplyForIsolatedFileSystem( ppapi::host::ReplyMessageContext reply_context, const std::string& fsid, int32_t error) argument
[all...]
/external/chromium_org/content/common/fileapi/
H A Dfile_system_util_unittest.cc224 std::string fsid; local
225 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:Isolated_bar", &fsid));
226 EXPECT_EQ("bar", fsid);
227 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:isolated_bar", &fsid));
228 EXPECT_EQ("bar", fsid);
229 EXPECT_TRUE(CrackIsolatedFileSystemName("foo:Isolated__bar", &fsid));
230 EXPECT_EQ("_bar", fsid);
231 EXPECT_TRUE(CrackIsolatedFileSystemName("foo::Isolated_bar", &fsid));
232 EXPECT_EQ("bar", fsid);
236 std::string fsid; local
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_map_service.cc29 const std::string& fsid) {
43 mtp_device_map_[fsid] = device_location;
46 void MTPDeviceMapService::RevokeMTPFileSystem(const std::string& fsid) { argument
49 MTPDeviceFileSystemMap::iterator it = mtp_device_map_.find(fsid);
27 RegisterMTPFileSystem( const base::FilePath::StringType& device_location, const std::string& fsid) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.h45 // fsid (filesystem ID) used to hook up the API objects.
59 std::string fsid; member in struct:MediaFileSystemInfo
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_isolated_file_system_message_filter.cc165 // a pending PepperFileSystemBrowserHost here with the fsid and send the
167 const std::string fsid = CreateCrxFileSystem(profile); local
168 if (fsid.empty()) {
177 policy->GrantReadFileSystem(render_process_id_, fsid);
179 context->reply_msg = PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply(fsid);
195 const std::string& fsid = local
202 policy->GrantCreateReadWriteFileSystem(render_process_id_, fsid);
204 context->reply_msg = PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply(fsid);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc630 const std::string fsid = GetMountPointNameForMediaStorage(info); local
640 fsid,
649 info.location(), fsid));
674 const std::string fsid = GetMountPointNameForMediaStorage(info); local
675 storage::ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(fsid);
680 fsid));

Completed in 474 milliseconds