Home
last modified time | relevance | path

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); in xdr_fsok()
1336 IXDR_PUT_INT32(ptr, fsok->fsok_bsize); in xdr_fsok()
1345 xdr_u_int(xdrs, &fsok->fsok_bsize) && in xdr_fsok()
1365 fsok->fsok_bsize = htonl(fsok->fsok_bsize); in xdr_fastfsok()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h793 uint32_t fsok_bsize; /* fundamental file system block size */ member
810 #define fs_bsize fs_u.fs_fsok_u.fsok_bsize