Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bit.h55 __uint32_t xfs_mask32lo(int n);
56 #define XFS_MASK32LO(n) xfs_mask32lo(n)
Dxfs_macros.c1976 xfs_mask32lo(int n) in xfs_mask32lo() function