Searched refs:xfs_alloc_read_agf (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/fs/xfs/libxfs/ | 
| D | xfs_alloc.h | 192 xfs_alloc_read_agf(
  | 
| D | xfs_alloc.c | 1946 		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/ | 
| D | xfs_discard.c | 53 	error = xfs_alloc_read_agf(mp, NULL, agno, 0, &agbp);  in xfs_trim_extents()
  | 
| D | xfs_fsops.c | 458 		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);
  |