Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bit.h61 __uint64_t xfs_mask64lo(int n);
62 #define XFS_MASK64LO(n) xfs_mask64lo(n)
Dxfs_macros.c1992 xfs_mask64lo(int n) in xfs_mask64lo() function