HomeSort by: relevance | last modified time | path
    Searched defs:getvfsstat (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/nfs/nfsservice/
getmntinfo.c 53 #define getvfsstat(a,b,c) rump_sys_getvfsstat(a,b,c) macro
70 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
73 (mntsize = getvfsstat(mntbuf, bufsize, flags)) == -1)
81 if ((mntsize = getvfsstat(mntbuf, bufsize, flags)) == -1)
getmntinfo.c 53 #define getvfsstat(a,b,c) rump_sys_getvfsstat(a,b,c) macro
70 (mntsize = getvfsstat(NULL, (size_t)0, MNT_NOWAIT)) == -1)
73 (mntsize = getvfsstat(mntbuf, bufsize, flags)) == -1)
81 if ((mntsize = getvfsstat(mntbuf, bufsize, flags)) == -1)

Completed in 20 milliseconds