Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dinode.h157 #define XFS_DI_U 0x2000000 macro
161 #define XFS_DI_CORE_BITS (XFS_DI_ALL_BITS & ~(XFS_DI_U|XFS_DI_A))
Dxfs_ialloc.c110 ASSERT((fields & (XFS_DI_U|XFS_DI_A)) == 0); in xfs_ialloc_log_di()