Home
last modified time | relevance | path

Searched refs:fsok_bfree (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1332 fsok->fsok_bfree = IXDR_GET_INT32(ptr); in xdr_fsok()
1338 IXDR_PUT_INT32(ptr, fsok->fsok_bfree); in xdr_fsok()
1347 xdr_u_int(xdrs, &fsok->fsok_bfree) && in xdr_fsok()
1367 fsok->fsok_bfree = htonl(fsok->fsok_bfree); in xdr_fastfsok()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h795 uint32_t fsok_bfree; /* free blocks in fs */ member
812 #define fs_bfree fs_u.fs_fsok_u.fsok_bfree