Lines Matching defs:fa
99 struct nfsv3_fattrs fa;
117 struct nfsv3_fattrs fa; /* all in network order */
312 bcopy(&repl->fhplusattr[pos], &newfd->fa, sizeof(newfd->fa));
331 struct nfsv3_fattrs fa;
401 struct nfsv3_fattrs fa;
472 struct nfsv3_fattrs *fa;
505 nfs_root_node.fa.fa_type = htonl(NFDIR);
506 nfs_root_node.fa.fa_mode = htonl(0755);
507 nfs_root_node.fa.fa_nlink = htonl(2);
548 if (currfd->fa.fa_type != htonl(NFDIR)) {
587 if (newfd->fa.fa_type == htonl(NFLNK)) {
720 uint32_t size = ntohl(d->fa.fa_size.val[1]);
750 ftype = ntohl(fp->fa.fa_type);
751 mode = ntohl(fp->fa.fa_mode);
755 sb->st_nlink = ntohl(fp->fa.fa_nlink);
756 sb->st_uid = ntohl(fp->fa.fa_uid);
757 sb->st_gid = ntohl(fp->fa.fa_gid);
758 sb->st_size = ntohl(fp->fa.fa_size.val[1]);