Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.h192 xfs_alloc_read_agf(
Dxfs_alloc.c1946 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
1976 error = xfs_alloc_read_agf(mp, tp, args->agno, flags, &agbp); in xfs_alloc_fix_freelist()
2191 if ((error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp))) in xfs_alloc_pagf_init()
2382 xfs_alloc_read_agf( in xfs_alloc_read_agf() function
/linux-4.4.14/fs/xfs/
Dxfs_discard.c53 error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp); in xfs_trim_extents()
Dxfs_fsops.c458 error = xfs_alloc_read_agf(mp, tp, agno, 0, &bp); in xfs_growfs_data_private()
Dxfs_trace.h159 DEFINE_AG_EVENT(xfs_alloc_read_agf);