Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ufs/
Dinode.c460 #define GET_INODE_PTR(x) \ in ufs_getfrag_block() macro
476 bh = GET_INODE_PTR(UFS_IND_FRAGMENT + (ptr >> uspi->s_apbshift)); in ufs_getfrag_block()
481 bh = GET_INODE_PTR(UFS_DIND_FRAGMENT + (ptr >> uspi->s_2apbshift)); in ufs_getfrag_block()
485 bh = GET_INODE_PTR(UFS_TIND_FRAGMENT + (ptr >> uspi->s_3apbshift)); in ufs_getfrag_block()
493 #undef GET_INODE_PTR in ufs_getfrag_block()