Lines Matching full:remote
229 * Description: determine if a path object is local or remote
233 * 1 - the path is remote
235 * -1 - cannot determine if path is remote or local
254 * Description: determine if an open file is local or remote
258 * 1 - the path is remote
260 * -1 - cannot determine if path is remote or local
279 * Description: determine if a file system type is remote (distributed)
284 * 1 - the file system type is remote
305 /* type not found in remote file system type list - is not remote */ in isFstypeRemote()
312 * Description: initialize table of remote file system type names
318 * a single remote file system type
320 * number of remote file system type strings (names) that are
323 * made to read the remote file system type name database.
343 /* open the remote file system type database file */ in _InitRemoteFstypes()
346 /* no remote type database: use predefined remote types */ in _InitRemoteFstypes()
356 * Read the remote file system type database; from fstypes(4): in _InitRemoteFstypes()