Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ufs/
Dinode.c461 #define GET_INODE_PTR(x) \ in ufs_getfrag_block() macro
477 bh = GET_INODE_PTR(UFS_IND_FRAGMENT + (ptr >> uspi->s_apbshift)); in ufs_getfrag_block()
482 bh = GET_INODE_PTR(UFS_DIND_FRAGMENT + (ptr >> uspi->s_2apbshift)); in ufs_getfrag_block()
486 bh = GET_INODE_PTR(UFS_TIND_FRAGMENT + (ptr >> uspi->s_3apbshift)); in ufs_getfrag_block()
494 #undef GET_INODE_PTR in ufs_getfrag_block()