Searched refs:fs_name (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs_client.cc | 20 IGFSClient::IGFSClient(const string &host, int port, const string &fs_name, in IGFSClient() argument 22 : fs_name_(fs_name), in IGFSClient()
|
D | igfs_messages.cc | 153 HandshakeRequest::HandshakeRequest(const string &fs_name, const string &log_dir) in HandshakeRequest() argument 154 : Request(HANDSHAKE_ID), fs_name_(fs_name), log_dir_(log_dir) {} in HandshakeRequest() 169 TF_RETURN_IF_ERROR(client->ReadNullableString(&fs_name)); in Read()
|
D | igfs_messages.h | 180 HandshakeRequest(const string &fs_name, const string &log_dir); 192 string fs_name; variable
|
D | igfs_client.h | 25 IGFSClient(const string &host, int port, const string &fs_name,
|
/external/e2fsprogs/misc/ |
D | fsck.h | 70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 658 int fs_proc_check(const char *fs_name) in fs_proc_check() argument 682 if (!strcmp(fs_name, cp)) { in fs_proc_check() 695 int check_for_modules(const char *fs_name) in check_for_modules() argument 727 if (!strcmp(cp, fs_name)) { in check_for_modules()
|
D | e2fsck.h | 607 extern int fs_proc_check(const char *fs_name); 608 extern int check_for_modules(const char *fs_name);
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 167 static int fs_proc_check(const char *fs_name) in fs_proc_check() argument 191 if (!strcmp(fs_name, cp)) { in fs_proc_check() 204 static int check_for_modules(const char *fs_name) in check_for_modules() argument 220 namesz = strlen(fs_name); in check_for_modules() 233 if (!strncmp(cp, fs_name, namesz) && in check_for_modules()
|