XFS_LIC_FREEMASK  215 fs/xfs/xfs_trans.h 	cp->lic_free = XFS_LIC_FREEMASK;
XFS_LIC_FREEMASK  225 fs/xfs/xfs_trans.h 	return cp->lic_free & XFS_LIC_FREEMASK;
XFS_LIC_FREEMASK  230 fs/xfs/xfs_trans.h 	cp->lic_free = XFS_LIC_FREEMASK;
XFS_LIC_FREEMASK  235 fs/xfs/xfs_trans.h 	return ((cp->lic_free & XFS_LIC_FREEMASK) == XFS_LIC_FREEMASK);