Searched refs:fsok_bsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1330 fsok->fsok_bsize = IXDR_GET_INT32(ptr);
1336 IXDR_PUT_INT32(ptr, fsok->fsok_bsize);
1345 xdr_u_int(xdrs, &fsok->fsok_bsize) &&
1365 fsok->fsok_bsize = htonl(fsok->fsok_bsize);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h727 uint32_t fsok_bsize; /* fundamental file system block size */ member in struct:nfsstatfsok
744 #define fs_bsize fs_u.fs_fsok_u.fsok_bsize

Completed in 65 milliseconds