Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_item.c155 XFS_LIC_RELSE(licp, slot); in xfs_trans_free_item()
438 XFS_LIC_RELSE(licp, i); in xfs_trans_unlock_chunk()
Dxfs_trans.h295 #define XFS_LIC_RELSE(cp,slot) xfs_lic_relse(cp,slot) macro
297 #define XFS_LIC_RELSE(cp,slot) ((cp)->lic_free |= 1 << (slot)) macro
Dxfs_macros.c1930 XFS_LIC_RELSE(cp, slot); in xfs_lic_relse()