Home
last modified time | relevance | path

Searched refs:isfl (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_alloc.c531 (args->isfl << 1) | in xfs_alloc_trace_alloc()
546 int isfl, /* set if is freelist allocation/free */ in xfs_alloc_trace_free() argument
557 (void *)(__psint_t)isfl, in xfs_alloc_trace_free()
674 ASSERT(!(args->wasfromfl) || !args->isfl); in xfs_alloc_ag_vextent()
692 if (!args->isfl) in xfs_alloc_ag_vextent()
1516 else if (args->minlen == 1 && args->alignment == 1 && !args->isfl && in xfs_alloc_ag_vextent_small()
1583 int isfl) /* set if is freelist blocks - no sb acctg */ in xfs_free_ag_extent() argument
1814 if (!isfl) in xfs_free_ag_extent()
1822 agno, bno, len, isfl); in xfs_free_ag_extent()
1839 TRACE_FREE("error", agno, bno, len, isfl); in xfs_free_ag_extent()
[all …]
Dxfs_alloc.h92 char isfl; /* set if is freelist blocks - !acctg */ member
Dxfs_ialloc.c212 args.mod = args.total = args.wasdel = args.isfl = in xfs_ialloc_ag_alloc()
267 args.mod = args.total = args.wasdel = args.isfl = in xfs_ialloc_ag_alloc()
Dxfs_bmap.c2947 args.isfl = 0; in xfs_bmap_btalloc()
3514 args.total = args.minleft = args.alignment = args.mod = args.isfl = in xfs_bmap_extents_to_btree()
3655 args.isfl = args.minalignslop = 0; in xfs_bmap_local_to_extents()