Home
last modified time | relevance | path

Searched refs:abytes (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnfs_xdr.h51 __u64 abytes; /* # of bytes available to user */ member
/linux-2.4.37.9/fs/nfs/
Dnfs2xdr.c626 res->abytes = ntohl(*p++) * res->bsize; in nfs_xdr_statfsres()
Dinode.c543 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()
Dnfs3xdr.c922 p = xdr_decode_hyper(p, &res->abytes); in nfs3_xdr_fsstatres()