HomeSort by: relevance | last modified time | path
    Searched defs:fa_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/lib/libsa/
nfsv3.h 60 n_long fa_type; member in struct:nfsv3_fattr
nfsv2.h 131 n_long fa_type; member in struct:nfsv2_fattr
nfs.c 561 fa2->fa_type = htonl(NFDIR);
567 fa3->fa_type = htonl(NFDIR);
599 n_long fa_type; local in function:nfs_open
637 fa_type = currfd->u_fa.v2.fa_type;
640 fa_type = currfd->u_fa.v3.fa_type;
643 fa_type = htonl(NFNON);
646 if (fa_type != htonl(NFDIR)) {
683 fa_type = newfd->u_fa.v2.fa_type
    [all...]
  /src/sys/nfs/
nfsproto.h 309 u_int32_t fa_type; member in struct:nfs_fattr
  /src/sys/fs/nfs/common/
oldnfsproto.h 450 u_int32_t fa_type; member in struct:nfs_fattr
nfsproto.h 716 u_int32_t fa_type; member in struct:nfs_fattr

Completed in 16 milliseconds