Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_sf.h121 #define XFS_DIR_SF_ALLFIT(count,totallen) \ macro
124 #define XFS_DIR_SF_ALLFIT(count,totallen) /* will all entries fit? */ \ macro
Dxfs_dir.c394 newsize = XFS_DIR_SF_ALLFIT(count, totallen); in xfs_dir_removename()
Dxfs_macros.c1089 return XFS_DIR_SF_ALLFIT(count, totallen); in xfs_dir_sf_allfit()