Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/ !
Dxfs_inum.h137 xfs_agino_to_ino(struct xfs_mount *mp, xfs_agnumber_t a, xfs_agino_t i);
138 #define XFS_AGINO_TO_INO(mp,a,i) xfs_agino_to_ino(mp,a,i)
Dxfs_macros.c208 xfs_agino_to_ino(xfs_mount_t *mp, xfs_agnumber_t a, xfs_agino_t i) in xfs_agino_to_ino() function