Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/
Dfusefs.rs996 let remote_stat = self.remote_fs_stats_reader.statfs()?; in statfs() localVariable
1005 st.f_bsize = remote_stat.block_size; in statfs()
1006 st.f_frsize = remote_stat.fragment_size; in statfs()
1007 st.f_blocks = remote_stat.block_numbers; in statfs()
1008 st.f_bavail = remote_stat.block_available; in statfs()
1009 st.f_favail = remote_stat.inodes_available; in statfs()
1010 st.f_namemax = remote_stat.max_filename; in statfs()