Home
last modified time | relevance | path

Searched defs:XFS_INO_TO_FSB (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_inum.h129 #define XFS_INO_TO_FSB(mp,i) xfs_ino_to_fsb(mp,i) macro
131 #define XFS_INO_TO_FSB(mp,i) \ macro