Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dnewbt.c126 xrep_newbt_init_ag(xnr, sc, oinfo, XFS_INODE_TO_FSB(sc->ip), in xrep_newbt_init_inode()
162 xrep_newbt_init_ag(xnr, sc, &oinfo, XFS_INODE_TO_FSB(sc->ip), in xrep_newbt_init_metadir_inode()
H A Dcow_repair.c442 error = xfs_alloc_vextent_start_ag(&args, XFS_INODE_TO_FSB(sc->ip)); in xrep_cow_alloc()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1292 #define XFS_INODE_TO_FSB(ip) \ macro