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);
1338 IXDR_PUT_INT32(ptr, fsok->fsok_bfree);
1347 xdr_u_int(xdrs, &fsok->fsok_bfree) &&
1367 fsok->fsok_bfree = htonl(fsok->fsok_bfree);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h729 uint32_t fsok_bfree; /* free blocks in fs */ member in struct:nfsstatfsok
746 #define fs_bfree fs_u.fs_fsok_u.fsok_bfree

Completed in 55 milliseconds