home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / nfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  602 b   |  20 lines

  1. /*
  2.  *    @(#) nfs.h 2.1 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. #define REMOTE(IP)  ((IP) && ((IP)->i_mode&IFMT)==IFNAM && \
  12.                     ((IP)->i_fdep.i_namef.i_type == IFREM))
  13. #define NOTREM(IP)  (((IP)->i_mode&IFMT)!=IFNAM || \
  14.                 ((IP)->i_fdep.i_namef.i_type != IFREM))
  15.  
  16. extern int nfs1, nfs2;
  17.  
  18. inodep_t    nfc_namei();
  19. inodep_t    nfc_owner();
  20.