Searched refs:xfs_alloc_read_agf (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/fs/xfs/libxfs/ | 
| D | xfs_alloc.h | 190 xfs_alloc_read_agf(
  | 
| D | xfs_alloc.c | 1868 		if ((error = xfs_alloc_read_agf(mp, tp, args->agno, flags,  in xfs_alloc_fix_freelist() 1915 		if ((error = xfs_alloc_read_agf(mp, tp, args->agno, flags,  in xfs_alloc_fix_freelist() 2131 	if ((error = xfs_alloc_read_agf(mp, tp, agno, flags, &bp)))  in xfs_alloc_pagf_init() 2317 xfs_alloc_read_agf(  in xfs_alloc_read_agf()  function
  | 
| /linux-4.1.27/fs/xfs/ | 
| D | xfs_discard.c | 53 	error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp);  in xfs_trim_extents()
  | 
| D | xfs_fsops.c | 456 		error = xfs_alloc_read_agf(mp, tp, agno, 0, &bp);  in xfs_growfs_data_private()
  | 
| D | xfs_trace.h | 159 DEFINE_AG_EVENT(xfs_alloc_read_agf);
  |