Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_item.c40 STATIC int xfs_trans_unlock_chunk(xfs_log_item_chunk_t *,
318 (void) xfs_trans_unlock_chunk(licp, 1, abort, NULLCOMMITLSN); in xfs_trans_free_items()
329 (void) xfs_trans_unlock_chunk(licp, 1, abort, NULLCOMMITLSN); in xfs_trans_free_items()
365 freed = xfs_trans_unlock_chunk(licp, 0, 0, commit_lsn); in xfs_trans_unlock_items()
376 freed += xfs_trans_unlock_chunk(licp, 0, 0, commit_lsn); in xfs_trans_unlock_items()
405 xfs_trans_unlock_chunk( in xfs_trans_unlock_chunk() function