Searched refs:sa_mode (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dnfs.h358 uint32_t sa_mode; member in struct:nfsv2_sattr
371 uint32_t sa_mode; member in struct:nfsv3_sattr
H A Dprint-nfs.c241 sa3->sa_mode = EXTRACT_32BITS(dp);
306 ND_PRINT((ndo, " mode %o", sa3->sa_mode));
/freebsd-13-stable/sys/nfs/
H A Dnfsproto.h620 u_int32_t sa_mode; member in struct:nfsv2_sattr
633 u_int32_t sa_mode; member in struct:nfsv3_sattr
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsproto.h859 u_int32_t sa_mode; member in struct:nfsv2_sattr
872 u_int32_t sa_mode; member in struct:nfsv3_sattr
H A Dnfs_commonsubs.c506 sp->sa_mode = newnfs_xdrneg1;
508 sp->sa_mode = vtonfsv2_mode(vap->va_type, vap->va_mode);
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1355 nvap->na_mode = fxdr_unsigned(u_int16_t, sp->sa_mode);
2786 if ((fxdr_unsigned(int, sp->sa_mode) & 0xffff) != 0xffff)
2787 nvap->na_mode = nfstov_mode(sp->sa_mode);
H A Dnfs_nfsdserv.c1156 vtyp = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode));
1161 nfstov_mode(sp->sa_mode));
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_sa.c155 } sa_mode; typedef in typeref:enum:__anon8719

Completed in 506 milliseconds