Searched refs:xfs_read_agi (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_ialloc.h | 105 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
|
| A D | xfs_ialloc.c | 2573 xfs_read_agi( in xfs_read_agi() function 2609 error = xfs_read_agi(mp, tp, agno, bpp); in xfs_ialloc_read_agi()
|
| /linux/fs/xfs/ |
| A D | xfs_log_recover.c | 2667 error = xfs_read_agi(mp, tp, agno, &agibp); in xlog_recover_clear_agi_bucket() 2779 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_process_iunlinks() 3549 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_check_summary()
|
| A D | xfs_inode.c | 2172 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink() 2357 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink_remove() 3272 error = xfs_read_agi(mp, tp, agno, &bp); in xfs_rename()
|
| A D | xfs_trace.h | 295 DEFINE_AG_EVENT(xfs_read_agi);
|
Completed in 25 milliseconds