Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir.c192 uint shortcount, leafcount, count; in xfs_dir_mount() local
195 shortcount = (mp->m_attroffset - (uint)sizeof(xfs_dir_sf_hdr_t)) / in xfs_dir_mount()
200 count = shortcount > leafcount ? shortcount : leafcount; in xfs_dir_mount()