Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_alloc.h41 #define XFS_ALLOC_FLAG_TRYLOCK 0x00000001 /* use trylock for buffer locking */ macro
A Dxfs_alloc.c2609 (flags & XFS_ALLOC_FLAG_TRYLOCK)) { in xfs_alloc_fix_freelist()
3098 ASSERT((flags & (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)) != in xfs_alloc_read_agf()
3099 (XFS_ALLOC_FLAG_FREEING | XFS_ALLOC_FLAG_TRYLOCK)); in xfs_alloc_read_agf()
3102 (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0, in xfs_alloc_read_agf()
3252 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_alloc_vextent()
A Dxfs_ialloc.c1776 flags = XFS_ALLOC_FLAG_TRYLOCK; in xfs_dialloc()
A Dxfs_bmap.c3190 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent()
/linux/fs/xfs/
A Dxfs_filestream.c121 trylock = XFS_ALLOC_FLAG_TRYLOCK; in xfs_filestream_pick_ag()

Completed in 23 milliseconds