Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h186 int m_attr_magicpct;/* 37% of the blocksize */ member
Dxfs_mount.c1258 mp->m_attr_magicpct = (mp->m_sb.sb_blocksize * 37) / 100; in xfs_mountfs()
Dxfs_attr_leaf.c1821 return(tmp < mp->m_attr_magicpct); /* leaf is < 37% full */ in xfs_attr_leaf_remove()