Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_xdr.c1331 fsok->fsok_blocks = IXDR_GET_INT32(ptr); in xdr_fsok()
1337 IXDR_PUT_INT32(ptr, fsok->fsok_blocks); in xdr_fsok()
1346 xdr_u_int(xdrs, &fsok->fsok_blocks) && in xdr_fsok()
1366 fsok->fsok_blocks = htonl(fsok->fsok_blocks); in xdr_fastfsok()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h794 uint32_t fsok_blocks; /* total blocks in file system */ member
811 #define fs_blocks fs_u.fs_fsok_u.fsok_blocks