home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) nfs.h 2.1 88/05/18
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- #define REMOTE(IP) ((IP) && ((IP)->i_mode&IFMT)==IFNAM && \
- ((IP)->i_fdep.i_namef.i_type == IFREM))
- #define NOTREM(IP) (((IP)->i_mode&IFMT)!=IFNAM || \
- ((IP)->i_fdep.i_namef.i_type != IFREM))
-
- extern int nfs1, nfs2;
-
- inodep_t nfc_namei();
- inodep_t nfc_owner();
-