Home
last modified time | relevance | path

Searched refs:XFS_INO_TO_AGBNO (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1046 #define XFS_INO_TO_AGBNO(mp,i) \ macro
1052 XFS_AGB_TO_FSB(mp, XFS_INO_TO_AGNO(mp,i), XFS_INO_TO_AGBNO(mp,i))
Dxfs_dir2.c203 agblkno = XFS_INO_TO_AGBNO(mp, ino); in xfs_dir_ino_validate()
/linux-4.4.14/fs/xfs/
Dxfs_inode.c2248 XFS_INO_TO_AGBNO(mp, inum)); in xfs_ifree_cluster()