Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_super.c1055 __uint64_t fdblocks; in xfs_fs_statfs() local
1068 fdblocks = percpu_counter_sum(&mp->m_fdblocks); in xfs_fs_statfs()
1076 statp->f_bfree = fdblocks - XFS_ALLOC_SET_ASIDE(mp); in xfs_fs_statfs()