()
| 103 | } |
| 104 | |
| 105 | public long getUsed(){ |
| 106 | return getFragmentSize()*(getBlocks()-getFreeBlocks())/1024; |
| 107 | } |
| 108 | |
| 109 | public long getAvailForNonRoot(){ |
| 110 | return getFragmentSize()*getAvailBlocks()/1024; |
nothing calls this directly
no test coverage detected