HomeSort by: relevance | last modified time | path
    Searched refs:fs_properties (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 885 fsp->fs_properties = (NFSV3_FSFLINK | NFSV3_FSFSYMLINK |
983 if (fsp->fs_properties & NFSV3_FSFLINK) {
993 fsp->fs_properties |= NFSV3_FSFLINK;
995 fsp->fs_properties &= ~NFSV3_FSFLINK;
1003 if (fsp->fs_properties & NFSV3_FSFSYMLINK) {
1013 fsp->fs_properties |= NFSV3_FSFSYMLINK;
1015 fsp->fs_properties &= ~NFSV3_FSFSYMLINK;
1134 if (fsp->fs_properties & NFSV3_FSFCANSETTIME) {
1144 fsp->fs_properties |= NFSV3_FSFCANSETTIME;
1146 fsp->fs_properties &= ~NFSV3_FSFCANSETTIME
    [all...]
oldnfsproto.h 689 u_int32_t fs_properties; member in struct:nfsv3_fsinfo
nfs_commonport.c 301 sip->fs_properties = (NFSV3FSINFO_LINK |
nfsproto.h 1314 u_int32_t fs_properties; member in struct:nfsfsinfo
1318 * Bits for fs_properties
  /src/sys/nfs/
nfsproto.h 426 u_int32_t fs_properties; member in struct:nfsv3_fsinfo
nfs_serv.c 3450 sip->fs_properties = txdr_unsigned(NFSV3FSINFO_LINK |
  /src/sys/fs/nfs/server/
nfs_nfsdserv.c 2118 *tl = txdr_unsigned(fs.fs_properties);
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 4215 fsp->fs_properties = fxdr_unsigned(u_int32_t, *tl);

Completed in 26 milliseconds